svn commit: r327826 - in head/devel/cmake-fedora: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 21 15:41:44 UTC 2013


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 at 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


More information about the svn-ports-head mailing list