diff options
author | bland <bland@FreeBSD.org> | 2004-01-23 11:44:10 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-01-23 11:44:10 +0800 |
commit | dc1c6bd811334f5d33364eae5aa1dfcccce9e196 (patch) | |
tree | 4d8185be00408a0af9306b431ab0c627f5af4f1e /textproc/libxml++26 | |
parent | 57fee44bbfa44ac608cdde9c6b793773487a5124 (diff) | |
download | freebsd-ports-graphics-dc1c6bd811334f5d33364eae5aa1dfcccce9e196.tar.gz freebsd-ports-graphics-dc1c6bd811334f5d33364eae5aa1dfcccce9e196.tar.zst freebsd-ports-graphics-dc1c6bd811334f5d33364eae5aa1dfcccce9e196.zip |
- Update to 1.0.1
- Change master site SOURCEFORGE -> GNOME
- Use lthack
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r-- | textproc/libxml++26/Makefile | 8 | ||||
-rw-r--r-- | textproc/libxml++26/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++26/files/patch-configure | 13 |
3 files changed, 5 insertions, 18 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index ef136692922..056c1e1149e 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -7,15 +7,15 @@ # PORTNAME= libxml++ -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ -USE_GNOME= gnomehack gnometarget libxml2 pkgconfig +USE_GNOME= gnomehack lthack gnometarget libxml2 pkgconfig USE_LIBTOOL= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo index fbde2f04266..11a649db6d4 100644 --- a/textproc/libxml++26/distinfo +++ b/textproc/libxml++26/distinfo @@ -1 +1 @@ -MD5 (libxml++-1.0.0.tar.gz) = 5111ec0caa0601ccd930c07f9bce17d4 +MD5 (libxml++-1.0.1.tar.gz) = 3be186a8e58e5211bb1efe16d26a4d7f diff --git a/textproc/libxml++26/files/patch-configure b/textproc/libxml++26/files/patch-configure deleted file mode 100644 index 2f85e4f3c4a..00000000000 --- a/textproc/libxml++26/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Oct 24 20:43:03 2002 -+++ configure Thu Oct 24 20:43:15 2002 -@@ -7777,6 +7777,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |