diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:57:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:57:43 +0800 |
commit | 35eebca59551fc4a1048b606d36ce09b18704b54 (patch) | |
tree | 0b60184375371e1d0b796acbebb92f8648584657 /textproc/expat2/Makefile | |
parent | bd554ec132ec02a6d9d9eebc0fc1c1160a017f02 (diff) | |
download | freebsd-ports-gnome-35eebca59551fc4a1048b606d36ce09b18704b54.tar.gz freebsd-ports-gnome-35eebca59551fc4a1048b606d36ce09b18704b54.tar.zst freebsd-ports-gnome-35eebca59551fc4a1048b606d36ce09b18704b54.zip |
Upgrade to 1.95.7 (shlib major is bumped to 5).
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r-- | textproc/expat2/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index b5597d04249f..64e712efd548 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= expat -PORTVERSION= 1.95.6 -PORTREVISION= 1 +PORTVERSION= 1.95.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= expat @@ -21,10 +20,16 @@ ALL_TARGET= default INSTALLS_SHLIB= yes MAN1= xmlwf.1 -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +list-depend-ports: + cd ${PORTSDIR}; \ + find . -mindepth 3 -maxdepth 3 -name Makefile -execdir sh -c \ + 'find . -type f | grep -v CVS | xargs grep -q expat.5' \; \ + -print + .include <bsd.port.mk> |