diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-29 16:17:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-29 16:17:22 +0000 |
commit | 3d65d9d86058555b2f270122bcc8e0bc8924e6c0 (patch) | |
tree | b1c88a206733114b13419bae1535c0fc23c601af /devel/physfs-devel | |
parent | 23986ff7d23c84b42e4565c903212d09f55df81d (diff) | |
download | ports-3d65d9d86058555b2f270122bcc8e0bc8924e6c0.tar.gz ports-3d65d9d86058555b2f270122bcc8e0bc8924e6c0.zip |
Notes
Diffstat (limited to 'devel/physfs-devel')
-rw-r--r-- | devel/physfs-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/physfs-devel/distinfo | 4 | ||||
-rw-r--r-- | devel/physfs-devel/files/patch-configure | 12 | ||||
-rw-r--r-- | devel/physfs-devel/pkg-plist | 4 |
4 files changed, 12 insertions, 11 deletions
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index 633aa106cc41..f9efa96a2f76 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= physfs -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/ @@ -17,5 +17,6 @@ COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +NO_LATEST_LINK= yes .include <bsd.port.mk> diff --git a/devel/physfs-devel/distinfo b/devel/physfs-devel/distinfo index 0066babc4906..0d7c1f06d4dd 100644 --- a/devel/physfs-devel/distinfo +++ b/devel/physfs-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (physfs-1.0.1.tar.gz) = d0bd118c6b55fb1e020fe982d6ec6957 -SIZE (physfs-1.0.1.tar.gz) = 539978 +MD5 (physfs-1.1.0.tar.gz) = 2b5d678d66dcbd03c74440e57c89ca33 +SIZE (physfs-1.1.0.tar.gz) = 494182 diff --git a/devel/physfs-devel/files/patch-configure b/devel/physfs-devel/files/patch-configure index 4647a1c1a52e..c843ca6f04da 100644 --- a/devel/physfs-devel/files/patch-configure +++ b/devel/physfs-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Sep 13 11:29:31 2003 -+++ configure Mon Sep 29 18:37:43 2003 -@@ -7357,6 +7357,7 @@ +--- configure.orig Sun Jul 24 02:24:48 2005 ++++ configure Fri Jul 29 18:09:18 2005 +@@ -6050,6 +6050,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,12 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7420,7 +7421,7 @@ +@@ -6113,7 +6114,7 @@ EOF else - PHYSFSCFLAGS="-O2" + PHYSFSCFLAGS="" - - cat >>confdefs.h <<\EOF + cat >> confdefs.h <<\EOF #define NDEBUG 1 + EOF diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist index a10efdafd77e..2dafcb097c4b 100644 --- a/devel/physfs-devel/pkg-plist +++ b/devel/physfs-devel/pkg-plist @@ -1,6 +1,6 @@ bin/test_physfs include/physfs.h -lib/libphysfs-1.0.so -lib/libphysfs-1.0.so.1 +lib/libphysfs-1.1.so +lib/libphysfs-1.1.so.0 lib/libphysfs.so lib/libphysfs.a |