Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 10:01:25 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371431 - head/ports-mgmt/pkg_replace
Message-ID:  <201410241001.s9OA1PbW027504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri Oct 24 10:01:24 2014
New Revision: 371431
URL: https://svnweb.freebsd.org/changeset/ports/371431
QAT: https://qat.redports.org/buildarchive/r371431/

Log:
  - Update to 20141022 [1]
   * Set -k (keep going) option when -O (don't check dependencies) is set.
  - Remove PLIST_DIRSTRY
  
  PR:	194524 [1]
  Submitted by:	Ken DEGUCHI <kdeguchi at sz.tokoha-u.ac.jp> (maintainer) [1]

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 Oct 24 09:59:24 2014	(r371430)
+++ head/ports-mgmt/pkg_replace/Makefile	Fri Oct 24 10:01:24 2014	(r371431)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg_replace
-PORTVERSION=	20140721
+PORTVERSION=	20141022
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://member.tokoha-u.ac.jp/~kdeguchi/download/
 
@@ -16,7 +16,6 @@ NO_BUILD=	yes
 PLIST_FILES=	sbin/pkg_replace \
 		man/man1/pkg_replace.1.gz \
 		"@sample %%ETCDIR%%/pkg_replace.conf.sample"
-PLIST_DIRSTRY=	%%ETCDIR%%
 
 SUB_FILES=	pkg-message
 

Modified: head/ports-mgmt/pkg_replace/distinfo
==============================================================================
--- head/ports-mgmt/pkg_replace/distinfo	Fri Oct 24 09:59:24 2014	(r371430)
+++ head/ports-mgmt/pkg_replace/distinfo	Fri Oct 24 10:01:24 2014	(r371431)
@@ -1,2 +1,2 @@
-SHA256 (pkg_replace-20140721.tar.xz) = da26e02304850b295491f3e4526051ac2f414c87be0837dc611cf8aff0dbd24f
-SIZE (pkg_replace-20140721.tar.xz) = 16232
+SHA256 (pkg_replace-20141022.tar.xz) = 891a5563ff63685ae2f1f682a78c9438d8f7aaf8c0f074425f3d4340fa64633f
+SIZE (pkg_replace-20141022.tar.xz) = 16236



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