svn commit: r441749 - head/ports-mgmt/pkg_replace

Jochen Neumeister joneum at FreeBSD.org
Fri May 26 05:48:51 UTC 2017


Author: joneum
Date: Fri May 26 05:48:49 2017
New Revision: 441749
URL: https://svnweb.freebsd.org/changeset/ports/441749

Log:
  - Update to 20170517
  - Add LICENSE
  
  * Add --automatic option. This option sets automatic flag for the package.
  * Delete --noindex option, add --index option. When pkg_replace checks the dependencies before building the target packages, do "make package-depends-list" as default. This is more strictly checking the dependencies.
  
  PR:	219397
  Submitted by:	kdeguchi at sz.tokoha-u.ac.jp (Maintainer)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10849

Modified:
  head/ports-mgmt/pkg_replace/Makefile
  head/ports-mgmt/pkg_replace/distinfo

Modified: head/ports-mgmt/pkg_replace/Makefile
==============================================================================
--- head/ports-mgmt/pkg_replace/Makefile	Fri May 26 05:42:21 2017	(r441748)
+++ head/ports-mgmt/pkg_replace/Makefile	Fri May 26 05:48:49 2017	(r441749)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	pkg_replace
-PORTVERSION=	20161113
+PORTVERSION=	20170517
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://member.tokoha-u.ac.jp/~kdeguchi/download/
 
 MAINTAINER=	kdeguchi at sz.tokoha-u.ac.jp
 COMMENT=	Utility for upgrading installed packages
 
+LICENSE=	PD
+
 USES=		tar:xz
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/ports-mgmt/pkg_replace/distinfo
==============================================================================
--- head/ports-mgmt/pkg_replace/distinfo	Fri May 26 05:42:21 2017	(r441748)
+++ head/ports-mgmt/pkg_replace/distinfo	Fri May 26 05:48:49 2017	(r441749)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480555711
-SHA256 (pkg_replace-20161113.tar.xz) = 437afb1370e3ca4c7f5c4621f532070338e966e261aabc54dc172c6834c5914b
-SIZE (pkg_replace-20161113.tar.xz) = 16372
+TIMESTAMP = 1494976322
+SHA256 (pkg_replace-20170517.tar.xz) = e2b79b7348f07726e83c8b51075e23abff7a05b4aac8ff96812de190d9553e3e
+SIZE (pkg_replace-20170517.tar.xz) = 16500


More information about the svn-ports-all mailing list