svn commit: r302929 - head/ports-mgmt/pkg_install

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 22 08:47:10 UTC 2012


Author: bapt
Date: Wed Aug 22 08:47:09 2012
New Revision: 302929
URL: http://svn.freebsd.org/changeset/ports/302929

Log:
  - update to 20120822 snapshot

Modified:
  head/ports-mgmt/pkg_install/Makefile
  head/ports-mgmt/pkg_install/distinfo

Modified: head/ports-mgmt/pkg_install/Makefile
==============================================================================
--- head/ports-mgmt/pkg_install/Makefile	Wed Aug 22 06:56:56 2012	(r302928)
+++ head/ports-mgmt/pkg_install/Makefile	Wed Aug 22 08:47:09 2012	(r302929)
@@ -6,27 +6,29 @@
 #
 
 PORTNAME=		pkg_install
-PORTVERSION=		20090902
-PORTREVISION=		0
+PORTVERSION=		20120822
 CATEGORIES=		ports-mgmt
-MASTER_SITES=		${MASTER_SITE_LOCAL} \
-			http://people.FreeBSD.org/~flz/distfiles/pkg_install/
-MASTER_SITE_SUBDIR=	flz/pkg_install
+MASTER_SITES=		LOCAL/bapt \
+			http://people.FreeBSD.org/~bapt/distfiles/
 
 MAINTAINER=		portmgr at FreeBSD.org
 COMMENT=		FreeBSD -STABLE version of the package tools
 
+LICENSE=		BSD
+
 MANCOMPRESSED=		yes
 MAN1=			pkg_add.1 pkg_create.1 pkg_delete.1 \
 			pkg_info.1 pkg_updating.1 pkg_version.1
 
 MAKE_ARGS=		-DNO_OBJ -DNO_CRYPT -DNO_OPENSSL
 
-OPTIONS=		WRAPPER "Use ports version instead of base if more recent" on
+OPTIONS_DEFINE=	WRAPPER
+OPTIONS_DEFAULT=	WRAPPER
+WRAPPER_DESC=	Use ports version instead of base if more recent
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_WRAPPER)
+.if ${PORT_OPTIONS:MWRAPPER}
 PLIST_SUB+=	WRAPPER=""
 .else
 PLIST_SUB+=	WRAPPER="@comment "
@@ -38,7 +40,7 @@ pre-configure:
 		${FILESDIR}/Makefile.inc > ${WRKDIR}/Makefile.inc
 
 # This enables the wrapper 
-.if !defined(WITHOUT_WRAPPER)
+.if ${PORT_OPTIONS:MWRAPPER}
 post-install:
 	${ECHO} "${PORTVERSION} ${PREFIX}/sbin" > /var/db/${PORTNAME}.conf
 .endif
@@ -51,4 +53,4 @@ deinstall:
 	fi
 	@${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/ports-mgmt/pkg_install/distinfo
==============================================================================
--- head/ports-mgmt/pkg_install/distinfo	Wed Aug 22 06:56:56 2012	(r302928)
+++ head/ports-mgmt/pkg_install/distinfo	Wed Aug 22 08:47:09 2012	(r302929)
@@ -1,2 +1,2 @@
-SHA256 (pkg_install-20090902.tar.gz) = 6ec6c76a9dc1155b5ab16b34a15ad5d0115883410c782d76f505a18bf32f61c6
-SIZE (pkg_install-20090902.tar.gz) = 84760
+SHA256 (pkg_install-20120822.tar.gz) = 0091361a3d08f955470be2a2e2c562367dfc6b5014ccd77339f3fb64a7f85651
+SIZE (pkg_install-20120822.tar.gz) = 82328



More information about the svn-ports-head mailing list