Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 03:09:30 GMT
From:      Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184528: [maintainer update] ports-mgmt/pkg_replace bug fix
Message-ID:  <201312060309.rB639U03071810@oldred.freebsd.org>
Resent-Message-ID: <201312060310.rB63A0jI016482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184528
>Category:       ports
>Synopsis:       [maintainer update] ports-mgmt/pkg_replace bug fix
>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:   Fri Dec 06 03:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ken DEGUCHI
>Release:        9.2-STABLE
>Organization:
TOKOHA University
>Environment:
FreeBSD lagrange.tokoha-u.ac.jp 9.2-STABLE FreeBSD 9.2-STABLE #114 r258887M: Wed Dec  4 05:00:43 JST 2013     root@lagrange.tokoha-u.ac.jp:/usr/obj/usr/src/sys/LAGRANGE  amd64
>Description:
When the dependent packages are not installed, pkg_replace will be terminated by pkg_sort function with pkgng. I made new patch and fixed this bug.
>How-To-Repeat:
When the dependent packages are not installed, pkg_replace will be terminated by pkg_sort function with pkgng.
>Fix:
I made new patch and fixed this bug.

Patch attached with submission follows:

diff -ur pkg_replace/Makefile.orig pkg_replace/Makefile
--- pkg_replace/Makefile.orig	2013-11-28 06:32:20.964958614 +0900
+++ pkg_replace/Makefile	2013-12-06 11:17:39.848384982 +0900
@@ -3,7 +3,7 @@
 
 PORTNAME=	pkg_replace
 PORTVERSION=	0.8.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	portutil/22116
diff -ur pkg_replace/distinfo.orig pkg_replace/distinfo
--- pkg_replace/distinfo.orig	2013-11-28 06:32:21.631960392 +0900
+++ pkg_replace/distinfo	2013-12-06 11:13:54.748382908 +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_5.patch) = ce2a9f44c4592839423fe2098a247d4409b9d3e3d8da2a0b343219dca922be93
-SIZE (pkg_replace-0.8.0_5.patch) = 11168
+SHA256 (pkg_replace-0.8.0_6.patch) = 25010a2adfbc2c3f83c5fe5ebeca37d2c65570cf5e7eb875d0c802ca03c18e41
+SIZE (pkg_replace-0.8.0_6.patch) = 11248


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



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