svn commit: r310206 - head/devel/glog
Yen-Ming Lee
leeym at FreeBSD.org
Thu Jan 10 21:24:53 UTC 2013
Author: leeym
Date: Thu Jan 10 21:24:53 2013
New Revision: 310206
URL: http://svnweb.freebsd.org/changeset/ports/310206
Log:
- bump PORTREVISION since shlib version of gflags was changed
Noticed by: sunpoet
Modified:
head/devel/glog/Makefile
Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile Thu Jan 10 21:24:39 2013 (r310205)
+++ head/devel/glog/Makefile Thu Jan 10 21:24:53 2013 (r310206)
@@ -7,7 +7,7 @@
PORTNAME= glog
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
@@ -15,7 +15,7 @@ MAINTAINER= clsung at FreeBSD.org
COMMENT= A library of C++ classes for flexible logging
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
- gflags.2:${PORTSDIR}/devel/gflags
+ gflags:${PORTSDIR}/devel/gflags
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
More information about the svn-ports-all
mailing list