svn commit: r370796 - in branches/2014Q4/ports-mgmt/portupgrade-devel: . files

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 13 17:06:37 UTC 2014


Author: bdrewery
Date: Mon Oct 13 17:06:35 2014
New Revision: 370796
URL: https://svnweb.freebsd.org/changeset/ports/370796
QAT: https://qat.redports.org/buildarchive/r370796/

Log:
  MFH: r370240
  
  - Update to checkin 2161660, which matches 2.4.13
  - Update @dir usage
  
  Changes:
    * portinstall/upgrade -P[P] now supported with pkgng
    * pkg_fetch now supports pkgng
    * Fixed pkg-1.3 delete support to not recurse
    * Fixed portupgrade -b support with pkgng
    * Improved portsclean performance with pkgng (#59)
    * Use service(8) for rc script restarting
    * Show command executions with PORTUPGRADE_DEBUG in environment
    * Deprecate rc script handling in lieu of pkg's HANDLE_RC_SCRIPTS in pkg.conf

Deleted:
  branches/2014Q4/ports-mgmt/portupgrade-devel/files/
Modified:
  branches/2014Q4/ports-mgmt/portupgrade-devel/Makefile
  branches/2014Q4/ports-mgmt/portupgrade-devel/distinfo
  branches/2014Q4/ports-mgmt/portupgrade-devel/pkg-plist
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- branches/2014Q4/ports-mgmt/portupgrade-devel/Makefile	Mon Oct 13 17:04:48 2014	(r370795)
+++ branches/2014Q4/ports-mgmt/portupgrade-devel/Makefile	Mon Oct 13 17:06:35 2014	(r370796)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	portupgrade
-PORTVERSION=	20140524
-PORTREVISION=	2
+PORTVERSION=	20141006
+PORTREVISION=	0
 PORTEPOCH=	3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	GH \
@@ -23,7 +23,7 @@ USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_PROJECT=	portupgrade
-GH_COMMIT=	352086b
+GH_COMMIT=	2161660
 GH_TAGNAME=	${GH_COMMIT}
 
 DIST_SUBDIR=	${PORTNAME}

Modified: branches/2014Q4/ports-mgmt/portupgrade-devel/distinfo
==============================================================================
--- branches/2014Q4/ports-mgmt/portupgrade-devel/distinfo	Mon Oct 13 17:04:48 2014	(r370795)
+++ branches/2014Q4/ports-mgmt/portupgrade-devel/distinfo	Mon Oct 13 17:06:35 2014	(r370796)
@@ -1,2 +1,2 @@
-SHA256 (portupgrade/freebsd-portupgrade-20140524-0-g352086b.tar.gz) = 80c76da88848a5d7d9b5867e77f025ca029f12590a6c50bd75985263efa341b1
-SIZE (portupgrade/freebsd-portupgrade-20140524-0-g352086b.tar.gz) = 107125
+SHA256 (portupgrade/freebsd-portupgrade-20141006-0-g2161660.tar.gz) = 9b773754d634f39ed81ed451536a0dbed8a89f8d2097509cd80defb612c45898
+SIZE (portupgrade/freebsd-portupgrade-20141006-0-g2161660.tar.gz) = 107785

Modified: branches/2014Q4/ports-mgmt/portupgrade-devel/pkg-plist
==============================================================================
--- branches/2014Q4/ports-mgmt/portupgrade-devel/pkg-plist	Mon Oct 13 17:04:48 2014	(r370795)
+++ branches/2014Q4/ports-mgmt/portupgrade-devel/pkg-plist	Mon Oct 13 17:06:35 2014	(r370796)
@@ -1,6 +1,4 @@
- at exec /bin/mkdir -p %D/lib/compat/pkg
- at dirrmtry lib/compat/pkg
- at dirrmtry lib/compat
+ at dir lib/compat/pkg
 man/man1/pkg_deinstall.1.gz
 man/man1/pkg_fetch.1.gz
 man/man1/pkg_glob.1.gz
@@ -46,19 +44,12 @@ sbin/portversion
 %%RUBY_SITELIBDIR%%/pkgtools/portsdb.rb
 %%RUBY_SITELIBDIR%%/pkgtools/revision.rb
 %%RUBY_SITELIBDIR%%/pkgtools.rb
- at dirrm %%RUBY_SITELIBDIR%%/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
 etc/pkgtools.status-pkg.sh
 share/zsh/site-functions/_pkgtools
- at dirrmtry share/zsh/site-functions
- at dirrmtry share/zsh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bash/complete.sample
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcsh/complete.sample
 %%PORTDOCS%%%%DOCSDIR%%/NEWS.md
 %%PORTDOCS%%%%DOCSDIR%%/README.md
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bash
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tcsh
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-branches mailing list