ports/182785: [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784

Ken DEGUCHI kdeguchi at sz.tokoha-u.ac.jp
Mon Oct 7 08:30:00 UTC 2013


>Number:         182785
>Category:       ports
>Synopsis:       [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 08:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ken DEGUCHI
>Release:        FreeBSD 9.2-STABLE
>Organization:
TOKOHA University
>Environment:
FreeBSD lagrange.tokoha-u.ac.jp 9.2-STABLE FreeBSD 9.2-STABLE #104 r255904M: Fri Sep 27 13:22:15 JST 2013     root at lagrange.tokoha-u.ac.jp:/usr/obj/usr/src/sys/LAGRANGE  amd64
>Description:
In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized.

Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182784

I made a patch to correct these issues.
>How-To-Repeat:
In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized.

Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182784
>Fix:
I made a patch to correct these issues.

Patch attached with submission follows:

diff -Nur pkg_replace.orig/Makefile pkg_replace/Makefile
--- pkg_replace.orig/Makefile	2013-10-01 05:34:40.460508390 +0900
+++ pkg_replace/Makefile	2013-10-07 17:04:57.731509377 +0900
@@ -3,7 +3,7 @@
 
 PORTNAME=	pkg_replace
 PORTVERSION=	0.8.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	portutil/22116
diff -Nur pkg_replace.orig/distinfo pkg_replace/distinfo
--- pkg_replace.orig/distinfo	2013-09-27 04:05:34.759883087 +0900
+++ pkg_replace/distinfo	2013-10-07 17:02:52.001508111 +0900
@@ -1,4 +1,4 @@
 SHA256 (pkg_replace-0.8.0.tar.bz2) = 3092f5fc0d18529eb5d38776941c0ee4d0073ecb524ab17671c81ca69c29e214
 SIZE (pkg_replace-0.8.0.tar.bz2) = 17296
-SHA256 (pkg_replace-0.8.0_3.patch) = cfa2adb3643a8684281143e4c241b8597510251730657816d68926701615ae98
-SIZE (pkg_replace-0.8.0_3.patch) = 11125
+SHA256 (pkg_replace-0.8.0_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c
+SIZE (pkg_replace-0.8.0_4.patch) = 11135


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list