diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-26 15:28:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-26 15:28:40 +0000 |
commit | 4524ac34be5d84b5b04fea10cbc54bcb6f0f5e56 (patch) | |
tree | 72cf9a580120cffa74f65319e494a7e373790c2d /sysutils/portupgrade-devel/Makefile | |
parent | Update 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.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index de8c0e7be5c3..2534ef035802 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/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 |