aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-26 22:06:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-26 22:06:42 +0000
commitceadb96d87f2de3b8d674a7c32aba932b81ff35c (patch)
tree8ebb2b9d1d6acb01883ccc18af885213dcfefea3 /ports-mgmt/pkg_install
parent6b05254d717d13ab8144a760921732888eb87df0 (diff)
downloadports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.tar.gz
ports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.zip
Update to today's snapshot of pkg_install.
Notes
Notes: svn path=/head/; revision=129863
Diffstat (limited to 'ports-mgmt/pkg_install')
-rw-r--r--ports-mgmt/pkg_install/Makefile4
-rw-r--r--ports-mgmt/pkg_install/distinfo4
-rw-r--r--ports-mgmt/pkg_install/files/patch-Makefile.inc11
-rw-r--r--ports-mgmt/pkg_install/files/patch-lib_Makefile12
4 files changed, 14 insertions, 17 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile
index 42d5dea625b9..af241a4a7bfb 100644
--- a/ports-mgmt/pkg_install/Makefile
+++ b/ports-mgmt/pkg_install/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= pkg_install
-PORTVERSION= 20040802
+PORTVERSION= 20050226
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
MASTER_SITE_SUBDIR= marcus
MAINTAINER= portmgr@freebsd.org
-COMMENT= FreeBSD 5.X version of the package tools for older system releases
+COMMENT= FreeBSD -CURRENT version of the pkg tools for older system releases
MANCOMPRESSED= yes
diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo
index da531067c9ba..e2fee28bb039 100644
--- a/ports-mgmt/pkg_install/distinfo
+++ b/ports-mgmt/pkg_install/distinfo
@@ -1,2 +1,2 @@
-MD5 (pkg_install-20040802.tar.gz) = a545de6bd36eb010b591de55845203ec
-SIZE (pkg_install-20040802.tar.gz) = 87595
+MD5 (pkg_install-20050226.tar.gz) = 327bee3a53159ef4a13141733b06219f
+SIZE (pkg_install-20050226.tar.gz) = 87945
diff --git a/ports-mgmt/pkg_install/files/patch-Makefile.inc b/ports-mgmt/pkg_install/files/patch-Makefile.inc
index afe320568cd0..2f032e6e7d86 100644
--- a/ports-mgmt/pkg_install/files/patch-Makefile.inc
+++ b/ports-mgmt/pkg_install/files/patch-Makefile.inc
@@ -1,13 +1,12 @@
---- Makefile.inc.orig Mon Oct 18 15:09:20 2004
-+++ Makefile.inc Mon Oct 18 15:10:08 2004
-@@ -7,10 +7,12 @@
+--- Makefile.inc.orig Tue Dec 21 05:16:03 2004
++++ Makefile.inc Sat Feb 26 17:02:17 2005
+@@ -7,9 +7,11 @@
.endif
- .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && \
+ .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \
- defined(LDADD) && ${LDADD:M-lfetch} != ""
-+ defined(LDADD)
++ defined(LDADD)
+.if ${LDADD:M-lfetch} != ""
- DISTRIBUTION= crypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
+.endif
diff --git a/ports-mgmt/pkg_install/files/patch-lib_Makefile b/ports-mgmt/pkg_install/files/patch-lib_Makefile
index 2b22dfc3cb9f..daa6c5966548 100644
--- a/ports-mgmt/pkg_install/files/patch-lib_Makefile
+++ b/ports-mgmt/pkg_install/files/patch-lib_Makefile
@@ -1,17 +1,15 @@
---- lib/Makefile.orig Wed Jul 28 03:19:15 2004
-+++ lib/Makefile Mon Aug 2 16:37:51 2004
-@@ -1,13 +1,17 @@
- # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.3 2004-08-02 20:41:15 marcus Exp $
+--- lib/Makefile.orig Sun Oct 24 11:33:07 2004
++++ lib/Makefile Sat Feb 26 17:03:27 2005
+@@ -1,11 +1,15 @@
+ # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.4 2005-02-26 22:06:42 marcus Exp $
LIB= install
--INTERNALLIB= YES
+-INTERNALLIB=
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
deps.c version.c pkgwrap.c url.c
+NOPROFILE= yes
+NOPIC= yes
- CFLAGS+= ${DEBUG}
-
WARNS?= 3
WFORMAT?= 1
+