Bug 182256 - [MAINTAINER] update devel/cmake-fedora to 1.0.5
Summary: [MAINTAINER] update devel/cmake-fedora to 1.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 22:30 UTC by buganini
Modified: 2013-09-21 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.00 KB, patch)
2013-09-20 22:30 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2013-09-20 22:30:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-20 22:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-21 16:41:52 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-21 16:43:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!