Summary: | [maintainer update] ports-mgmt/pkg_replace bug fix | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ken DEGUCHI <kdeguchi> | ||||
Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ken DEGUCHI
2013-12-06 03:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. Author: ak Date: Fri Dec 6 10:33:25 2013 New Revision: 335730 URL: http://svnweb.freebsd.org/changeset/ports/335730 Log: - Update pkgng patch to 8.0.6 * Fix issue with pkgng when the dependent packages are not installed PR: ports/184528 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) 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 Dec 6 09:57:12 2013 (r335729) +++ head/ports-mgmt/pkg_replace/Makefile Fri Dec 6 10:33:25 2013 (r335730) @@ -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 Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Fri Dec 6 09:57:12 2013 (r335729) +++ head/ports-mgmt/pkg_replace/distinfo Fri Dec 6 10:33:25 2013 (r335730) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |