svn commit: r466301 - head/devel/cmake-fedora

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 3 09:46:50 UTC 2018


Author: sunpoet
Date: Tue Apr  3 09:46:48 2018
New Revision: 466301
URL: https://svnweb.freebsd.org/changeset/ports/466301

Log:
  Update to 2.9.2
  
  - Use DISTVERSIONSUFFIX instead of DISTNAME
  - Remove outdated post-patch:
  
  Changes:	https://pagure.io/cmake-fedora/blob/master/f/ChangeLog
  PR:		226734
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout,14 days)

Modified:
  head/devel/cmake-fedora/Makefile
  head/devel/cmake-fedora/distinfo

Modified: head/devel/cmake-fedora/Makefile
==============================================================================
--- head/devel/cmake-fedora/Makefile	Tue Apr  3 09:46:43 2018	(r466300)
+++ head/devel/cmake-fedora/Makefile	Tue Apr  3 09:46:48 2018	(r466301)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	cmake-fedora
-PORTVERSION=	2.7.1
+PORTVERSION=	2.9.2
+DISTVERSIONSUFFIX=	-modules-only
 CATEGORIES=	devel
 MASTER_SITES=	https://releases.pagure.org/cmake-fedora/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-modules-only
 
 MAINTAINER=	buganini at gmail.com
 COMMENT=	Set of cmake modules for fedora developers
@@ -15,15 +15,9 @@ LICENSE=	BSD3CLAUSE
 WRKSRC=		${WRKDIR}/Modules
 NO_ARCH=	yes
 NO_BUILD=	yes
-REINPLACE_ARGS=	-i ''
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-printf .*$$|-exec basename {} ";"|' \
-		${WRKSRC}/ManageTranslation.cmake
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake/Modules
-	cd ${WRKSRC}/ && \
-		${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/cmake/Modules
+	${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/cmake/Modules
 
 .include <bsd.port.mk>

Modified: head/devel/cmake-fedora/distinfo
==============================================================================
--- head/devel/cmake-fedora/distinfo	Tue Apr  3 09:46:43 2018	(r466300)
+++ head/devel/cmake-fedora/distinfo	Tue Apr  3 09:46:48 2018	(r466301)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481471148
-SHA256 (cmake-fedora-2.7.1-modules-only.tar.gz) = 9e86c80439d49cd0d00cd6581f4dd7790e9e4a7e026ba515fc4b39e86613bfd9
-SIZE (cmake-fedora-2.7.1-modules-only.tar.gz) = 59337
+TIMESTAMP = 1520612790
+SHA256 (cmake-fedora-2.9.2-modules-only.tar.gz) = 10f24320155afde11ab92ae80a488fdad8331693021fc9bf302ed9aac6b79185
+SIZE (cmake-fedora-2.9.2-modules-only.tar.gz) = 59055


More information about the svn-ports-head mailing list