aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portupgrade-devel/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-12-24 04:18:12 +0800
committerknu <knu@FreeBSD.org>2004-12-24 04:18:12 +0800
commitc21265894a41a6620e535a3b3bd52b4dde293976 (patch)
treeb1a621189a9937f58392833ece219782f8cff6c9 /ports-mgmt/portupgrade-devel/Makefile
parentb9af33835d721d92dae68cffeb34e14d34e04497 (diff)
downloadfreebsd-ports-graphics-c21265894a41a6620e535a3b3bd52b4dde293976.tar.gz
freebsd-ports-graphics-c21265894a41a6620e535a3b3bd52b4dde293976.tar.zst
freebsd-ports-graphics-c21265894a41a6620e535a3b3bd52b4dde293976.zip
Update to 20041224.
portsdb(1): - Add a -F flag, which calls make fetchindex internally to update the ports index file. portupgrade(1): - Make -fP properly reinstall an installed package using a binary package. - Do not use a binary package when custom MAKE_ARGS or -m option is defined, unless -PP is specified. portsclean(1): - -L: Make sure that a library does not shadow itself. misc.: - RcNG'ify the startup script. - Do not use Object#class which is obsolete in Ruby >=1.8.
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index 02520dc47f1..138a3285548 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20040701
-PORTREVISION= 3
+PORTVERSION= 20041224
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
DISTNAME= pkgtools-${DISTVERSION}
-DISTVERSION= 20040701
+DISTVERSION= 20041224
.if ${DISTVERSION} != ${PORTVERSION}
PATCH_SITES= ${MASTER_SITES}