svn commit: r327976 - head/ports-mgmt/portupgrade-devel

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 23 11:23:56 UTC 2013


Author: bdrewery
Date: Mon Sep 23 11:23:55 2013
New Revision: 327976
URL: http://svnweb.freebsd.org/changeset/ports/327976

Log:
  - Support STAGEDIR

Modified:
  head/ports-mgmt/portupgrade-devel/Makefile
  head/ports-mgmt/portupgrade-devel/pkg-plist

Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile	Mon Sep 23 11:23:47 2013	(r327975)
+++ head/ports-mgmt/portupgrade-devel/Makefile	Mon Sep 23 11:23:55 2013	(r327976)
@@ -17,7 +17,6 @@ LICENSE=	BSD
 
 CONFLICTS_INSTALL=	portupgrade-[0-9]*
 
-NO_STAGE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_PROJECT=	portupgrade
@@ -27,25 +26,8 @@ GH_TAGNAME=	${GH_COMMIT}
 DIST_SUBDIR=	${PORTNAME}
 USE_RUBY=	yes
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
-MAKE_ARGS=	PREFIX="${PREFIX}" RUBY="${RUBY}" RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}"
-MAN1=		pkg_deinstall.1 \
-		pkg_fetch.1 \
-		pkg_glob.1 \
-		pkg_sort.1 \
-		pkgdb.1 \
-		pkgdu.1 \
-		portcvsweb.1 \
-		portsvnweb.1 \
-		portsclean.1 \
-		portsdb.1 \
-		portupgrade.1 \
-		portversion.1
-MAN5=		pkgtools.conf.5
-MLINKS=		pkgdb.1 pkg_which.1 \
-		portupgrade.1 portinstall.1 \
-		portcvsweb.1 portsvnweb.1 \
-		portsdb.1 ports_glob.1
-MANCOMPRESSED=	maybe
+MAKE_ARGS=	PREFIX="${PREFIX}" RUBY="${RUBY}" \
+		RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}"
 
 EXAMPLESDIR=	${PREFIX}/share/examples/pkgtools
 DOCSDIR=	${PREFIX}/share/doc/pkgtools
@@ -78,9 +60,6 @@ post-patch:	.SILENT
 	    ${WRKSRC}/lib/pkgtools/revision.rb.in > ${WRKSRC}/lib/pkgtools/revision.rb
 
 post-install:
-	if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
-		${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
-	fi
-	${MKDIR} ${PREFIX}/lib/compat/pkg
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
 
 .include <bsd.port.post.mk>

Modified: head/ports-mgmt/portupgrade-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/portupgrade-devel/pkg-plist	Mon Sep 23 11:23:47 2013	(r327975)
+++ head/ports-mgmt/portupgrade-devel/pkg-plist	Mon Sep 23 11:23:55 2013	(r327976)
@@ -1,6 +1,22 @@
 @exec /bin/mkdir -p %D/lib/compat/pkg
 @dirrmtry lib/compat/pkg
 @dirrmtry lib/compat
+man/man1/pkg_deinstall.1.gz
+man/man1/pkg_fetch.1.gz
+man/man1/pkg_glob.1.gz
+man/man1/pkg_sort.1.gz
+man/man1/pkg_which.1.gz
+man/man1/pkgdb.1.gz
+man/man1/pkgdu.1.gz
+man/man1/portcvsweb.1.gz
+man/man1/portinstall.1.gz
+man/man1/ports_glob.1.gz
+man/man1/portsclean.1.gz
+man/man1/portsdb.1.gz
+man/man1/portsvnweb.1.gz
+man/man1/portupgrade.1.gz
+man/man1/portversion.1.gz
+man/man5/pkgtools.conf.5.gz
 sbin/pkg_deinstall
 sbin/pkg_fetch
 sbin/pkg_glob


More information about the svn-ports-all mailing list