aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portupgrade/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-05-04 20:05:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-05-04 20:05:52 +0000
commit5366531501ac2bfe46645e0e199a1907b047c744 (patch)
treed8cd5fbc3c47d80ac053881a4ff43e78d6e764b5 /sysutils/portupgrade/Makefile
parent223a75066c2c2966d629c8b5069b005a960cba29 (diff)
downloadports-5366531501ac2bfe46645e0e199a1907b047c744.tar.gz
ports-5366531501ac2bfe46645e0e199a1907b047c744.zip
Update to 20020429, a stable release for 4.6-RELEASE.
- Make portsdb -U respect PORTS_DBDIR even when it is different than PORTS_DIR. Reported by: Shigeto TAJIMA <tajima@ics.es.osaka-u.ac.jp> - Do not override the user-defined value of PKG_PATH. Reported by: The Anarcat <anarcat@anarcat.dyndns.org>
Notes
Notes: svn path=/head/; revision=58545
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r--sysutils/portupgrade/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 696c41f2e755..530f4f07dd46 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,21 +6,16 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20020405
+PORTVERSION= 20020429
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20020321
+DISTNAME= pkgtools-${PORTVERSION}
PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
-PATCHFILES= ${DISTNAME}-20020327.diff.bz2 \
- pkgtools-20020327-20020327.1.diff.bz2 \
- pkgtools-20020327.1-20020327.2.diff.bz2 \
- pkgtools-20020327.2-20020328.diff.bz2 \
- pkgtools-20020328-20020330.diff.bz2 \
- pkgtools-20020330-${PORTVERSION}.diff.bz2
+#PATCHFILES= ${DISTNAME}-yyyymmdd.diff.bz2
PATCH_DIST_STRIP= -p1
MAINTAINER= knu@FreeBSD.org