Update to 1.3.9. Fix MASTER_SITES as this project is now a gnu project. Removed file: files/patch-include-cc++-Makefile.in
On ¥|, 6 23, 2005 at 13:38:25 +0400, Vsevolod Stakhov wrote: > >Description: > Update to 1.3.9. Fix MASTER_SITES as this project is now a gnu project. actually it's 1.3.12 now and MASTER_SITE_SOURCEFORGE and MASTER_SITE_GNU both carry the latest tarball -- Pi seconds is a nanocentury. --- Tom Duff
On Thu, Jun 23, 2005 at 05:55:55PM +0800, Ying-Chieh Liao wrote: > On ?|, 6 23, 2005 at 13:38:25 +0400, Vsevolod Stakhov wrote: > > >Description: > > Update to 1.3.9. Fix MASTER_SITES as this project is now a gnu project. > > actually it's 1.3.12 now > and MASTER_SITE_SOURCEFORGE and MASTER_SITE_GNU both carry the latest tarball > -- > Pi seconds is a nanocentury. > --- Tom Duff Sorry, my mistake. Here is modified patch: diff -ruPN commoncpp.orig/Makefile commoncpp/Makefile --- commoncpp.orig/Makefile Thu Jun 23 13:33:15 2005 +++ commoncpp/Makefile Thu Jun 23 15:04:36 2005 @@ -6,16 +6,23 @@ # PORTNAME= commoncpp2 -PORTVERSION= 1.2.7 +PORTVERSION= 1.3.12 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnutelephony +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= commoncpp MAINTAINER= ports@FreeBSD.org COMMENT= GNU project portable class framework for C++ -USE_GNOME= gnomehack gnometarget libxml2 +USE_GNOME= gnomehack gnometarget + +.if !defined(WITHOUT_LIBXML2) +USE_GNOME+= libxml2 +.else +CONFIGURE_ARGS= --without-libxml2 +.endif + USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 diff -ruPN commoncpp.orig/distinfo commoncpp/distinfo --- commoncpp.orig/distinfo Thu Jun 23 13:33:15 2005 +++ commoncpp/distinfo Thu Jun 23 15:04:36 2005 @@ -1,2 +1,2 @@ -MD5 (commoncpp2-1.2.7.tar.gz) = 6d0b05f02e2f2881ff6fa5ee2696c88d -SIZE (commoncpp2-1.2.7.tar.gz) = 814003 +MD5 (commoncpp2-1.3.12.tar.gz) = 325bee6e441807e93d9d1250c139c3b4 +SIZE (commoncpp2-1.3.12.tar.gz) = 740518 diff -ruPN commoncpp.orig/files/patch-include-cc++-Makefile.in commoncpp/files/patch-include-cc++-Makefile.in --- commoncpp.orig/files/patch-include-cc++-Makefile.in Thu Jun 23 13:33:15 2005 +++ commoncpp/files/patch-include-cc++-Makefile.in Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- include/cc++/Makefile.in.bak Sat Nov 20 13:51:00 2004 -+++ include/cc++/Makefile.in Sat Jun 4 00:22:54 2005 -@@ -224,7 +224,7 @@ - AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip - EXTRA_DIST = *.h - MAINTAINERCLEANFILES = config.h Makefile.in config.tmp --ccxxincludedir = $(ccincludedir)/cc++/ -+ccxxincludedir = $(ccincludedir)/cc++ - - # export.h are used by other library - ccxxinclude_HEADERS = \ diff -ruPN commoncpp.orig/pkg-plist commoncpp/pkg-plist --- commoncpp.orig/pkg-plist Thu Jun 23 13:33:15 2005 +++ commoncpp/pkg-plist Thu Jun 23 15:04:36 2005 @@ -10,6 +10,7 @@ include/cc++2/cc++/export.h include/cc++2/cc++/file.h include/cc++2/cc++/functions.h +include/cc++2/cc++/mime.h include/cc++2/cc++/misc.h include/cc++2/cc++/missing.h include/cc++2/cc++/network.h @@ -25,19 +26,22 @@ include/cc++2/cc++/serial.h include/cc++2/cc++/slog.h include/cc++2/cc++/socket.h +include/cc++2/cc++/socketport.h include/cc++2/cc++/strchar.h include/cc++2/cc++/string.h include/cc++2/cc++/template.h include/cc++2/cc++/thread.h +include/cc++2/cc++/tokenizer.h include/cc++2/cc++/unix.h include/cc++2/cc++/url.h include/cc++2/cc++/xml.h -lib/libccext2-1.2.so -lib/libccext2-1.2.so.1 +include/cc++2/cc++/zstream.h +lib/libccext2-1.3.so +lib/libccext2-1.3.so.1 lib/libccext2.a lib/libccext2.so -lib/libccgnu2-1.2.so -lib/libccgnu2-1.2.so.1 +lib/libccgnu2-1.3.so +lib/libccgnu2-1.3.so.1 lib/libccgnu2.a lib/libccgnu2.so libdata/pkgconfig/libccext2.pc
Responsible Changed From-To: freebsd-ports-bugs->lawrance Take
State Changed From-To: open->closed Committed, thanks! I also updated the dependencies listed in ccscript and ccaudio to match.