diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-25 16:59:21 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-25 16:59:21 +0000 |
commit | 7efd508f1cecf3e08fc1169a139b20fe5c7b15ea (patch) | |
tree | 8b1fc1660ca6fe45e8e5acc96d7b41ac8f220084 /devel/commoncpp/Makefile | |
parent | 88c0d0313e47e5a9ea8771c9a069adb171fabd08 (diff) | |
download | ports-7efd508f1cecf3e08fc1169a139b20fe5c7b15ea.tar.gz ports-7efd508f1cecf3e08fc1169a139b20fe5c7b15ea.zip |
- Update to 1.4.2
- Transfer maintainership
PR: ports/99441
Submitted by: acm
Notes
Notes:
svn path=/head/; revision=168739
Diffstat (limited to 'devel/commoncpp/Makefile')
-rw-r--r-- | devel/commoncpp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 0d8e11605ca9..14678f930c9d 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= commoncpp2 -PORTVERSION= 1.3.21 -PORTREVISION= 1 +PORTNAME= commoncpp +PORTVERSION= 1.4.2 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony +DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acm@FreeBSD.org COMMENT= GNU project portable class framework for C++ USE_GNOME= gnomehack gnometarget @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --without-libxml2 USE_GETOPT_LONG=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_DOXYGEN=no INSTALLS_SHLIB= yes |