Date: Sun, 15 Jul 2012 23:13:21 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r300905 - in head/devel: boost-all boost-libs Message-ID: <201207152313.q6FNDLar082050@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Sun Jul 15 23:13:21 2012 New Revision: 300905 URL: http://svn.freebsd.org/changeset/ports/300905 Log: Update PORTREVISION for rm's fix in the way that it has been done previously Approved by: portmgr (beat) Modified: head/devel/boost-all/common.mk head/devel/boost-libs/Makefile Modified: head/devel/boost-all/common.mk ============================================================================== --- head/devel/boost-all/common.mk Sun Jul 15 23:04:30 2012 (r300904) +++ head/devel/boost-all/common.mk Sun Jul 15 23:13:21 2012 (r300905) @@ -1,6 +1,5 @@ PORTVERSION= 1.48.0 -PORTREVISION= 1 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Sun Jul 15 23:04:30 2012 (r300904) +++ head/devel/boost-libs/Makefile Sun Jul 15 23:13:21 2012 (r300905) @@ -6,6 +6,7 @@ # PORTNAME= boost-libs +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) USE_BZIP2= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207152313.q6FNDLar082050>