Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 22:53: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: r370240 - in head/ports-mgmt/portupgrade-devel: . files
Message-ID:  <201410062253.s96MrmCO062461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Oct  6 22:53:47 2014
New Revision: 370240
URL: https://svnweb.freebsd.org/changeset/ports/370240
QAT: https://qat.redports.org/buildarchive/r370240/

Log:
  - 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:
  head/ports-mgmt/portupgrade-devel/files/
Modified:
  head/ports-mgmt/portupgrade-devel/Makefile
  head/ports-mgmt/portupgrade-devel/distinfo
  head/ports-mgmt/portupgrade-devel/pkg-plist

Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile	Mon Oct  6 22:48:58 2014	(r370239)
+++ head/ports-mgmt/portupgrade-devel/Makefile	Mon Oct  6 22:53:47 2014	(r370240)
@@ -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: head/ports-mgmt/portupgrade-devel/distinfo
==============================================================================
--- head/ports-mgmt/portupgrade-devel/distinfo	Mon Oct  6 22:48:58 2014	(r370239)
+++ head/ports-mgmt/portupgrade-devel/distinfo	Mon Oct  6 22:53:47 2014	(r370240)
@@ -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: head/ports-mgmt/portupgrade-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/portupgrade-devel/pkg-plist	Mon Oct  6 22:48:58 2014	(r370239)
+++ head/ports-mgmt/portupgrade-devel/pkg-plist	Mon Oct  6 22:53:47 2014	(r370240)
@@ -1,6 +1,4 @@
-@exec /bin/mkdir -p %D/lib/compat/pkg
-@dirrmtry lib/compat/pkg
-@dirrmtry lib/compat
+@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
-@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
-@dirrmtry share/zsh/site-functions
-@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%%



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