Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 10:15:03 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469188 - head/ports-mgmt/pkg_replace
Message-ID:  <201805061015.w46AF3HQ070595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Sun May  6 10:15:03 2018
New Revision: 469188
URL: https://svnweb.freebsd.org/changeset/ports/469188

Log:
  ports-mgmt/pkg_replace: Update to 20180424
  
  - Cleanup code
  - Speed up and strictly check package's dependencies
  - While here, pet portlint by using pkg-plist instead of PLIST_FILES
  
  PR:		227730
  Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
  Approved by:    pi (mentor)

Added:
  head/ports-mgmt/pkg_replace/pkg-plist   (contents, props changed)
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	Sun May  6 09:41:57 2018	(r469187)
+++ head/ports-mgmt/pkg_replace/Makefile	Sun May  6 10:15:03 2018	(r469188)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg_replace
-PORTVERSION=	20180314
+PORTVERSION=	20180424
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://member.tokoha-u.ac.jp/~kdeguchi/download/
 
@@ -14,10 +14,6 @@ LICENSE=	PD
 USES=		tar:xz
 NO_ARCH=	yes
 NO_BUILD=	yes
-
-PLIST_FILES=	sbin/pkg_replace \
-		man/man1/pkg_replace.1.gz \
-		"@sample %%ETCDIR%%/pkg_replace.conf.sample"
 
 SUB_FILES=	pkg-message
 

Modified: head/ports-mgmt/pkg_replace/distinfo
==============================================================================
--- head/ports-mgmt/pkg_replace/distinfo	Sun May  6 09:41:57 2018	(r469187)
+++ head/ports-mgmt/pkg_replace/distinfo	Sun May  6 10:15:03 2018	(r469188)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520995591
-SHA256 (pkg_replace-20180314.tar.xz) = 4b993c268b990219ba77e60a932f8dbb6cb6e981449da47f093b3e5e38aae3b1
-SIZE (pkg_replace-20180314.tar.xz) = 16136
+TIMESTAMP = 1524527362
+SHA256 (pkg_replace-20180424.tar.xz) = c9fdc66c35e683fcbb695e4e0177f3a7b349f3bc8d280a9bd7d7570cf04d1c54
+SIZE (pkg_replace-20180424.tar.xz) = 16172

Added: head/ports-mgmt/pkg_replace/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/pkg_replace/pkg-plist	Sun May  6 10:15:03 2018	(r469188)
@@ -0,0 +1,3 @@
+man/man1/pkg_replace.1.gz
+sbin/pkg_replace
+@sample %%ETCDIR%%/pkg_replace.conf.sample



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