svn commit: r321141 - head/devel/glog
William Grzybowski
wg at FreeBSD.org
Mon Jun 17 16:44:52 UTC 2013
Author: wg
Date: Mon Jun 17 16:44:51 2013
New Revision: 321141
URL: http://svnweb.freebsd.org/changeset/ports/321141
Log:
devel/glog: update to 0.3.3
- Update to 0.3.3 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Remove USE_GCC, now it builds with clang
Changes:
http://code.google.com/p/google-glog/source/browse/trunk/ChangeLog?spec=svn132&r=132
PR: ports/175792 [1]
Submitted by: Yoshisato YANAGISAWA <osho at pcc-software.org>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Modified:
head/devel/glog/Makefile
head/devel/glog/distinfo
Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile Mon Jun 17 16:18:54 2013 (r321140)
+++ head/devel/glog/Makefile Mon Jun 17 16:44:51 2013 (r321141)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= glog
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.3
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
@@ -15,7 +15,6 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/
GNU_CONFIGURE= yes
USES= pathfix
USE_LDCONFIG= yes
-USE_GCC= 4.2+
PROJECTHOST= google-glog
CPPFLAGS+= -I${LOCALBASE}/include
@@ -33,7 +32,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-
post-patch:
@${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
${WRKSRC}/Makefile.in
.endif
Modified: head/devel/glog/distinfo
==============================================================================
--- head/devel/glog/distinfo Mon Jun 17 16:18:54 2013 (r321140)
+++ head/devel/glog/distinfo Mon Jun 17 16:44:51 2013 (r321141)
@@ -1,2 +1,2 @@
-SHA256 (glog-0.3.2.tar.gz) = 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd
-SIZE (glog-0.3.2.tar.gz) = 478666
+SHA256 (glog-0.3.3.tar.gz) = fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
+SIZE (glog-0.3.3.tar.gz) = 509676
More information about the svn-ports-head
mailing list