From 60b9725ff671c6377385c4a47f422b6f14db4e0d Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 29 Feb 2004 23:32:51 +0000 Subject: 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). --- ports-mgmt/pkg_install/Makefile | 6 +++--- ports-mgmt/pkg_install/distinfo | 3 ++- sysutils/pkg_install/Makefile | 6 +++--- sysutils/pkg_install/distinfo | 3 ++- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 5e8c12cffbe..61e3015b222 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 a6a2867d34e..bb74fc42eb4 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 diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index 5e8c12cffbe..61e3015b222 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/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/sysutils/pkg_install/distinfo b/sysutils/pkg_install/distinfo index a6a2867d34e..bb74fc42eb4 100644 --- a/sysutils/pkg_install/distinfo +++ b/sysutils/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 -- cgit