Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 03:39:48 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351065 - head/ports-mgmt/portupgrade
Message-ID:  <201404120339.s3C3dm2s009915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@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
-@exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404120339.s3C3dm2s009915>