summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-11-23 22:00:48 +0000
committerhubertf <hubertf>2004-11-23 22:00:48 +0000
commit623ab367b8ae88d322a0f98e96b40eec997b47b5 (patch)
treef5cfd457e499e054dfc6c5a53d2f523331dc802d /pkgtools/pkgdiff/Makefile
parentc93d73075dc55065d96c4046c25759b63a8dcac9 (diff)
downloadpkgsrc-623ab367b8ae88d322a0f98e96b40eec997b47b5.tar.gz
Update to rev. 0.116.
Add feedback-patches, a script to ... feedback patches: The feedback-patches script is intended to help sending back patches in the NetBSD Packages Collection, pkgsrc, back to the maintainers of the original package, for inclusion into future releases. The given category/pkg is either a path relative to the pkgsrc base directory, or an absolute patch, which will be stripped the base directory. A pathname of . will be expanded to the current directory, which is useful when the current working directory is in a package's directory in pkgsrc. If an email address is given, the patches will be sent to that address, with some nice words. If no email address is given, the mail will only be displayed instead of sent. See feedback-patches(1) for the full enchilada.
Diffstat (limited to 'pkgtools/pkgdiff/Makefile')
-rw-r--r--pkgtools/pkgdiff/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index fa99a48d03a..8cf905594a5 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.51 2004/10/27 01:27:31 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2004/11/23 22:00:48 hubertf Exp $
#
-DISTNAME= pkgdiff-0.115
+DISTNAME= pkgdiff-0.116
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt
-COMMENT= Tools to ease creating and maintaining patches for pkgsrc
+COMMENT= Tools to create, maintain and send back patches for pkgsrc
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -57,8 +57,9 @@ do-build:
< ${FILESDIR}/pkgdiff \
> ${WRKSRC}/pkgdiff
${CP} ${FILESDIR}/pkgvi ${WRKSRC}
+ ${CP} ${FILESDIR}/feedback-patches ${WRKSRC}
.if !empty(MANINSTALL:Mcatinstall)
-. for FILE in mkpatches patchdiff pkgdiff pkgvi
+. for FILE in mkpatches patchdiff pkgdiff pkgvi feedback-patches
. if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
nroff -man ${FILESDIR}/${FILE}.1 >${WRKSRC}/${FILE}.0
. else
@@ -68,7 +69,7 @@ do-build:
.endif
do-install:
-.for FILE in mkpatches patchdiff pkgdiff pkgvi
+.for FILE in mkpatches patchdiff pkgdiff pkgvi feedback-patches
${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
. if !empty(MANINSTALL:Mcatinstall)
${INSTALL_MAN} ${WRKSRC}/${FILE}.0 ${PREFIX}/man/cat1