- Update ports-mgmt/pkg_install to 20080530.

- Add wrapper support (on by default).
This commit is contained in:
Florent Thoumie 2008-06-10 10:02:51 +00:00
parent 11a4980acb
commit 003c9a4fc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214612
2 changed files with 14 additions and 6 deletions

View file

@ -6,20 +6,22 @@
#
PORTNAME= pkg_install
PORTVERSION= 20080411
PORTVERSION= 20080530
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~flz/distfiles/pkg_install/
MASTER_SITE_SUBDIR= flz/pkg_install
MAINTAINER= portmgr@freebsd.org
COMMENT= FreeBSD -CURRENT version of the pkg tools for older system releases
MAINTAINER= portmgr@FreeBSD.org
COMMENT= FreeBSD -STABLE version of the package tools
MANCOMPRESSED= yes
MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \
pkg_info.1 pkg_updating.1 pkg_version.1
OPTIONS= WRAPPER "Use ports version instead of base if more recent" on
.include <bsd.port.pre.mk>
# Arbitrary OSVERSION but support for 5.x will go away soon anyway...
@ -34,6 +36,12 @@ pre-configure:
-e 's,%%MANPREFIX%%,${MANPREFIX},g' \
${FILESDIR}/Makefile.inc > ${WRKDIR}/Makefile.inc
# This enables the wrapper
.if !defined(WITHOUT_WRAPPER)
post-install:
${ECHO} "${PORTVERSION} ${PREFIX}/sbin" > /var/db/${PORTNAME}.conf
.endif
deinstall:
@if ${PKG_INFO} -e ${PKGNAME}; then \
${PKG_DELETE} -f ${PKGNAME}; \

View file

@ -1,3 +1,3 @@
MD5 (pkg_install-20080411.tar.gz) = b6011be4c643bb4792f7013770a2772f
SHA256 (pkg_install-20080411.tar.gz) = 374aebd6755cf6aa836b146f33240559256516062cf274b5cc5a709ac1304e06
SIZE (pkg_install-20080411.tar.gz) = 79142
MD5 (pkg_install-20080530.tar.gz) = 0adebc6420137ee710db541247189f67
SHA256 (pkg_install-20080530.tar.gz) = e101b785a1ba02958022071fe1a80e6af9936e5d9bfbeb16dcc39e7ce418b1cc
SIZE (pkg_install-20080530.tar.gz) = 81227