summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-26 15:28:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-26 15:28:40 +0000
commit4524ac34be5d84b5b04fea10cbc54bcb6f0f5e56 (patch)
tree72cf9a580120cffa74f65319e494a7e373790c2d /ports-mgmt/portupgrade/Makefile
parentUpdate to 20020218. (diff)
Update to 20020327.
portsclean(1): - Improve -L/--libclean. Ability to delete duplicate libraries is added. portupgrade(1): - Call portsclean -L at the end of each upgrade.
Notes
Notes: svn path=/head/; revision=56699
Diffstat (limited to 'ports-mgmt/portupgrade/Makefile')
-rw-r--r--ports-mgmt/portupgrade/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index de8c0e7be5c3..2534ef035802 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20020321
+PORTVERSION= 20020327
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-${PORTVERSION}
+DISTNAME= pkgtools-20020321
-#PATCH_SITES= ${MASTER_SITES}
-#PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
-#PATCHFILES= ${DISTNAME}.yyyymmdd.diff.bz2 \
-#PATCH_DIST_STRIP= -p1
+PATCH_SITES= ${MASTER_SITES}
+PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
+PATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.bz2
+PATCH_DIST_STRIP= -p1
MAINTAINER= knu@FreeBSD.org