diff options
author | sat <sat@FreeBSD.org> | 2006-11-28 00:56:09 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-28 00:56:09 +0800 |
commit | 063355ad3dd3100749e648ca8d7fb51cadc3d534 (patch) | |
tree | f561084f9019ee0239a3e671bd6895754147192e /astro | |
parent | 2a3efea81f92831c9cd763b2611dd0908098c4eb (diff) | |
download | freebsd-ports-gnome-063355ad3dd3100749e648ca8d7fb51cadc3d534.tar.gz freebsd-ports-gnome-063355ad3dd3100749e648ca8d7fb51cadc3d534.tar.zst freebsd-ports-gnome-063355ad3dd3100749e648ca8d7fb51cadc3d534.zip |
- Update tcl/tkgeomap to 2.10.1
- Install/use unversioned libs
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ptiger/Makefile | 2 | ||||
-rw-r--r-- | astro/tclgeomap/Makefile | 3 | ||||
-rw-r--r-- | astro/tclgeomap/distinfo | 6 | ||||
-rw-r--r-- | astro/tclgeomap/pkg-plist | 1 | ||||
-rw-r--r-- | astro/tkgeomap/Makefile | 5 | ||||
-rw-r--r-- | astro/tkgeomap/distinfo | 6 | ||||
-rw-r--r-- | astro/tkgeomap/pkg-plist | 1 | ||||
-rw-r--r-- | astro/xeartk/Makefile | 2 |
8 files changed, 15 insertions, 11 deletions
diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile index de8aa6dd4b70..ec3201cca6b3 100644 --- a/astro/ptiger/Makefile +++ b/astro/ptiger/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tkgeomap MAINTAINER= infofarmer@FreeBSD.org COMMENT= Displays U.S. Census Burea populated places on a map -LIB_DEPENDS= tkgeomap2.9.0:${PORTSDIR}/astro/tkgeomap +LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap USE_XLIB= yes USE_TK= yes diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index a68dbd583243..e415d9afbc98 100644 --- a/astro/tclgeomap/Makefile +++ b/astro/tclgeomap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tclgeomap -PORTVERSION= 2.9 +PORTVERSION= 2.10.1 CATEGORIES= astro tcl84 MASTER_SITES= SF MASTER_SITE_SUBDIR= tkgeomap @@ -181,6 +181,7 @@ MLINKS= \ post-install: @${LN} -sf ${PREFIX}/lib/libtclgeomap2.9.so ${PREFIX}/lib/libtclgeomap2.9.so.0 + @${LN} -sf ${PREFIX}/lib/libtclgeomap2.9.so ${PREFIX}/lib/libtclgeomap.so.0 post-patch: @${REINPLACE_CMD} -e 's/@PACKAGE@@VERSION@/@PACKAGE@/g' ${WRKSRC}/Makefile.in ${WRKSRC}/pkgIndex.tcl.in diff --git a/astro/tclgeomap/distinfo b/astro/tclgeomap/distinfo index cb40fae3180d..12313f2be540 100644 --- a/astro/tclgeomap/distinfo +++ b/astro/tclgeomap/distinfo @@ -1,3 +1,3 @@ -MD5 (tclgeomap-2.9.tar.gz) = 59045354bb89dd80210e73e63433a281 -SHA256 (tclgeomap-2.9.tar.gz) = ecd80a887f79e33a9a6b406f0bef12d4dc1773ff4819ce041d2203e07ea3d1d2 -SIZE (tclgeomap-2.9.tar.gz) = 173753 +MD5 (tclgeomap-2.10.1.tar.gz) = 9d3c7c279a4a9e6a4ebfa5834593dedb +SHA256 (tclgeomap-2.10.1.tar.gz) = de7035acec281075225b6fbfd730489b459159dc607aa0ae08c5397fcb916ae2 +SIZE (tclgeomap-2.10.1.tar.gz) = 179761 diff --git a/astro/tclgeomap/pkg-plist b/astro/tclgeomap/pkg-plist index ac8d6d584eea..848dc7e1aa80 100644 --- a/astro/tclgeomap/pkg-plist +++ b/astro/tclgeomap/pkg-plist @@ -1,3 +1,4 @@ +lib/libtclgeomap.so.0 lib/libtclgeomap2.9.so lib/libtclgeomap2.9.so.0 %%INC%%/geoLines.h diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 671355bb0eba..d378dd23c6dd 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -6,14 +6,14 @@ # PORTNAME= tkgeomap -PORTVERSION= 2.9 +PORTVERSION= 2.10.1 CATEGORIES= astro tk84 MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read, manipulate and display geo data -LIB_DEPENDS= tclgeomap${PORTVERSION}.0:${PORTSDIR}/astro/tclgeomap \ +LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap \ tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x @@ -32,6 +32,7 @@ MLINKS= \ post-install: @${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap2.9.so.0 + @${LN} -sf ${PREFIX}/lib/libtkgeomap2.9.so ${PREFIX}/lib/libtkgeomap.so.0 post-patch: @${REINPLACE_CMD} -e 's/@PACKAGE@@VERSION@/@PACKAGE@/g' ${WRKSRC}/Makefile.in ${WRKSRC}/pkgIndex.tcl.in diff --git a/astro/tkgeomap/distinfo b/astro/tkgeomap/distinfo index 85dd18e98f46..684e9b4d7d55 100644 --- a/astro/tkgeomap/distinfo +++ b/astro/tkgeomap/distinfo @@ -1,3 +1,3 @@ -MD5 (tkgeomap-2.9.tar.gz) = 69fd225c5b71f604bde5efa3f34e824f -SHA256 (tkgeomap-2.9.tar.gz) = 1d0ffab3b93fea3017b7f89eca8c56e69b288eb706328297e12ad4c1c7c8c5fc -SIZE (tkgeomap-2.9.tar.gz) = 179922 +MD5 (tkgeomap-2.10.1.tar.gz) = d876df5dd0f9ee813466577f17d0cec4 +SHA256 (tkgeomap-2.10.1.tar.gz) = 2f6c87a39166914774378cbe288093fbdce03a4e7a572b18e7a634338cefb783 +SIZE (tkgeomap-2.10.1.tar.gz) = 179986 diff --git a/astro/tkgeomap/pkg-plist b/astro/tkgeomap/pkg-plist index 007f76745fec..70ed6d549256 100644 --- a/astro/tkgeomap/pkg-plist +++ b/astro/tkgeomap/pkg-plist @@ -1,3 +1,4 @@ +lib/libtkgeomap.so.0 lib/libtkgeomap2.9.so lib/libtkgeomap2.9.so.0 %%INC%%/tkgeomap.h diff --git a/astro/xeartk/Makefile b/astro/xeartk/Makefile index d87c190600bb..0613d70b946c 100644 --- a/astro/xeartk/Makefile +++ b/astro/xeartk/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tkgeomap MAINTAINER= infofarmer@FreeBSD.org COMMENT= Small demo for tkgeomap -LIB_DEPENDS= tkgeomap2.9.0:${PORTSDIR}/astro/tkgeomap +LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap USE_XLIB= yes USE_TK= yes |