summaryrefslogtreecommitdiff
path: root/sysutils/portupgrade-devel/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-05 11:10:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-05 11:10:41 +0000
commit71478ad458ff8dcaeb81938644bca83c4826df18 (patch)
treeaa0d20af6fbac11c91ba523996c90e22a8bd45de /sysutils/portupgrade-devel/Makefile
parentBring this back from the dead too (diff)
Update to 20020805.
pkgdb(1): - Do not fail in error when a non-installed package is specified with -o. pkg_fetch(1): - Support bzip2'd packages (*.tbz). - Slightly fix messages. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. FreeBSD PR: ports/40375 Submitted by: Andriy Gapon <agapon@excite.com> (partly) portsclean(1): - -P/--pkgclean: Sweep away bzip2'd packages (*.tbz) too. portupgrade(1): - Support bzip2'd packages (*.tbz). pkgtools.conf(5): - Provide a couple of new utility functions, deorigin(origin) and rc_file(origin_or_pkgname). - Fix an example and provide some more examples. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. misc.: - zsh compdefs: Look for *.tbz too.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r--sysutils/portupgrade-devel/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index f585d322f3f1..62c1ec0bb936 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -6,18 +6,21 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20020706
+PORTVERSION= 20020805
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20020429
+DISTNAME= pkgtools-${DISTVERSION}
+DISTVERSION= ${PORTVERSION}
+
+.if ${DISTVERSION} != ${PORTVERSION}
PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
-PATCHFILES= ${DISTNAME}-shim.diff.bz2 \
- ${DISTNAME}-shim-${PORTVERSION}.diff.bz2
+PATCHFILES= ${DISTNAME}-${DISTVERSION}-${PORTVERSION}.diff.bz2
PATCH_DIST_STRIP= -p1
+.endif
MAINTAINER= knu@FreeBSD.org