Bug 186183 - [maintainer update] ports-mgmt/pkg_replace support binary packages of pkgng
Summary: [maintainer update] ports-mgmt/pkg_replace support binary packages of pkgng
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 05:30 UTC by Ken DEGUCHI
Modified: 2014-02-02 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1016 bytes, patch)
2014-01-28 05:30 UTC, Ken DEGUCHI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken DEGUCHI 2014-01-28 05:30:00 UTC
"pkg_replace" support binary packages of pkgng.

Fix: "pkg_replace" support binary packages of pkgng.

Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2014-02-02 13:42:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-02 13:49:22 UTC
Author: ak
Date: Sun Feb  2 13:49:15 2014
New Revision: 342292
URL: http://svnweb.freebsd.org/changeset/ports/342292
QAT: https://qat.redports.org/buildarchive/r342292/

Log:
  - Add support for binary packages to pkgng patch
  
  PR:	ports/186183
  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	Sun Feb  2 13:47:56 2014	(r342291)
+++ head/ports-mgmt/pkg_replace/Makefile	Sun Feb  2 13:49:15 2014	(r342292)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pkg_replace
 PORTVERSION=	0.8.0
-PORTREVISION=	6
+PORTREVISION=	7
 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	Sun Feb  2 13:47:56 2014	(r342291)
+++ head/ports-mgmt/pkg_replace/distinfo	Sun Feb  2 13:49:15 2014	(r342292)
@@ -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_6.patch) = 25010a2adfbc2c3f83c5fe5ebeca37d2c65570cf5e7eb875d0c802ca03c18e41
-SIZE (pkg_replace-0.8.0_6.patch) = 11248
+SHA256 (pkg_replace-0.8.0_7.patch) = adaf61417f5cceb6a92c702254f94dfe5c31c52fd16e1312ed1547b12fddd161
+SIZE (pkg_replace-0.8.0_7.patch) = 11257
_______________________________________________
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"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2014-02-02 13:49:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!