Summary: | [PATCH] devel/py-icu: staging | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
Component: | Individual Port(s) | Assignee: | Alexander Nedotsukov <bland> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | bland | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Bartek Rutkowski
2014-04-12 11:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->bland Over to maintainer (via the GNATS Auto Assign Tool) Author: bland Date: Sat Apr 12 14:38:02 2014 New Revision: 351101 URL: http://svnweb.freebsd.org/changeset/ports/351101 QAT: https://qat.redports.org/buildarchive/r351101/ Log: - Support staging. - Pet portlint. PR: 188499 Modified: head/devel/py-icu/Makefile head/devel/py-icu/pkg-descr Modified: head/devel/py-icu/Makefile ============================================================================== --- head/devel/py-icu/Makefile Sat Apr 12 14:27:16 2014 (r351100) +++ head/devel/py-icu/Makefile Sat Apr 12 14:38:02 2014 (r351101) @@ -26,5 +26,4 @@ MAKE_ENV+= \ LIB_DEPENDS+= icudata:${PORTSDIR}/devel/icu -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/py-icu/pkg-descr ============================================================================== --- head/devel/py-icu/pkg-descr Sat Apr 12 14:27:16 2014 (r351100) +++ head/devel/py-icu/pkg-descr Sat Apr 12 14:38:02 2014 (r351101) @@ -1,4 +1,4 @@ PyICU is a python extension wrapping IBM's ICU C++ API. PyICU is supported on Mac OS X, Linux (32- and 64-bit) and Windows. -WWW: http://pyicu.osafoundation.org/ +WWW: http://pyicu.osafoundation.org/ _______________________________________________ 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! |