Update devel/cmake-fedora to 1.0.5 Changelog: https://fedorahosted.org/cmake-fedora/ This doesn't break build for chinese/ibus-chewing https://redports.org/buildarchive/20130920182329-88188/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sat Sep 21 15:41:43 2013 New Revision: 327826 URL: http://svnweb.freebsd.org/changeset/ports/327826 Log: - Update to 1.0.5 - While I'm here, use REINPLACE_CMD instead of patch file Changes: https://fedorahosted.org/cmake-fedora/#News PR: ports/182256 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Deleted: head/devel/cmake-fedora/files/ Modified: head/devel/cmake-fedora/Makefile (contents, props changed) head/devel/cmake-fedora/distinfo (contents, props changed) Modified: head/devel/cmake-fedora/Makefile ============================================================================== --- head/devel/cmake-fedora/Makefile Sat Sep 21 15:17:31 2013 (r327825) +++ head/devel/cmake-fedora/Makefile Sat Sep 21 15:41:43 2013 (r327826) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cmake-fedora -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/ DISTNAME= ${PORTNAME}-${PORTVERSION}-modules-only @@ -14,10 +14,11 @@ LICENSE= BSD WRKSRC= ${WRKDIR}/Modules NO_BUILD= yes - NO_STAGE= yes +REINPLACE_ARGS= -i '' + post-patch: - @${FIND} ${WRKSRC} -name '*.orig' -delete + @${REINPLACE_CMD} -e 's|date --utc|date -u|' ${WRKSRC}/DateTimeFormat.cmake do-install: ${MKDIR} ${PREFIX}/share/cmake/Modules Modified: head/devel/cmake-fedora/distinfo ============================================================================== --- head/devel/cmake-fedora/distinfo Sat Sep 21 15:17:31 2013 (r327825) +++ head/devel/cmake-fedora/distinfo Sat Sep 21 15:41:43 2013 (r327826) @@ -1,2 +1,2 @@ -SHA256 (cmake-fedora-1.0.3-modules-only.tar.gz) = 263e9f93e7fb3112d3837da4ad302b7e877c994120ecdd5e60e585c330bd5473 -SIZE (cmake-fedora-1.0.3-modules-only.tar.gz) = 25290 +SHA256 (cmake-fedora-1.0.5-modules-only.tar.gz) = e757b53413dd5e9a3251ee4e5723a7bdb43bc8092edbc2bd94e14077f49e8cc6 +SIZE (cmake-fedora-1.0.5-modules-only.tar.gz) = 25429 _______________________________________________ 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!