svn commit: r351065 - head/ports-mgmt/portupgrade

Bryan Drewery bdrewery at FreeBSD.org
Sat Apr 12 03:39:49 UTC 2014


Author: bdrewery
Date: Sat Apr 12 03:39:48 2014
New Revision: 351065
URL: http://svnweb.freebsd.org/changeset/ports/351065
QAT: https://qat.redports.org/buildarchive/r351065/

Log:
  - Update LICENSE to BSD3CLAUSE
  - Convert to USES=tar
  - Convert to @sample
    Don't bump PORTREVISION as this is a nop.

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

Modified: head/ports-mgmt/portupgrade/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade/Makefile	Sat Apr 12 03:39:02 2014	(r351064)
+++ head/ports-mgmt/portupgrade/Makefile	Sat Apr 12 03:39:48 2014	(r351065)
@@ -13,14 +13,14 @@ DISTNAME=	pkgtools-${PORTVERSION}
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	FreeBSD ports/packages administration and management tool suite
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	DOCS
 
 CONFLICTS_INSTALL=	portupgrade-devel-*
 
 DIST_SUBDIR=	${PORTNAME}
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_RUBY=	yes
 
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg

Modified: head/ports-mgmt/portupgrade/pkg-plist
==============================================================================
--- head/ports-mgmt/portupgrade/pkg-plist	Sat Apr 12 03:39:02 2014	(r351064)
+++ head/ports-mgmt/portupgrade/pkg-plist	Sat Apr 12 03:39:48 2014	(r351065)
@@ -53,9 +53,7 @@ sbin/portversion
 %%SCRIPT%%@exec mkdir -p %D/libexec/pkgtools 2> /dev/null
 %%SCRIPT%%libexec/pkgtools/script
 %%SCRIPT%%@dirrm libexec/pkgtools
- at unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi
-etc/pkgtools.conf.sample
- at exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
+ at sample etc/pkgtools.conf.sample
 etc/pkgtools.status-pkg.sh
 share/zsh/site-functions/_pkgtools
 @unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true


More information about the svn-ports-all mailing list