Summary: | [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784 | ||||||
---|---|---|---|---|---|---|---|
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-10-07 09:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. Author: ak Date: Mon Oct 7 13:37:16 2013 New Revision: 329704 URL: http://svnweb.freebsd.org/changeset/ports/329704 Log: - Fix option '-a' usage [1] PR: ports/182784 PR: ports/182785 [1] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Katsuyoshi Ohara <ohara@air.s.kanazawa-u.ac.jp> 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 Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/Makefile Mon Oct 7 13:37:16 2013 (r329704) @@ -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 Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:37:16 2013 (r329704) @@ -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 _______________________________________________ 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! |