diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-01 07:32:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-01 07:32:51 +0800 |
commit | 60b9725ff671c6377385c4a47f422b6f14db4e0d (patch) | |
tree | afc3e1415b2901dc4b03b59f94b19b09e11a739f /ports-mgmt | |
parent | da4fb7440b9412af4987941f82fad57557187341 (diff) | |
download | freebsd-ports-gnome-60b9725ff671c6377385c4a47f422b6f14db4e0d.tar.gz freebsd-ports-gnome-60b9725ff671c6377385c4a47f422b6f14db4e0d.tar.zst freebsd-ports-gnome-60b9725ff671c6377385c4a47f422b6f14db4e0d.zip |
Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix some
problems with adding certain packages (e.g. docbook-xsl).
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/distinfo | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 5e8c12cffbe8..61e3015b2225 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pkg_install -PORTVERSION= 20030714 -PORTREVISION= 1 +PORTVERSION= 20040229 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.FreeBSD.org/~marcus/ MASTER_SITE_SUBDIR= marcus MAINTAINER= portmgr@freebsd.org diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo index a6a2867d34e5..bb74fc42eb4c 100644 --- a/ports-mgmt/pkg_install/distinfo +++ b/ports-mgmt/pkg_install/distinfo @@ -1 +1,2 @@ -MD5 (pkg_install-20030714.tar.gz) = 183bed34c5427aeaf2025d9e2176e9ed +MD5 (pkg_install-20040229.tar.gz) = 58c5e0ce5d79bc6c49c436cf21a6c6b6 +SIZE (pkg_install-20040229.tar.gz) = 83092 |