diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-28 15:00:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-28 15:00:12 +0000 |
commit | 673d511534a0b903af3ee7c3d4985a2e3703390c (patch) | |
tree | 765f251737b324a58fa365d9aeee7b310111386a /net/skstream | |
parent | b6486ba5b7cbe330fd7cf1aa58b7589f01c13444 (diff) | |
download | ports-673d511534a0b903af3ee7c3d4985a2e3703390c.tar.gz ports-673d511534a0b903af3ee7c3d4985a2e3703390c.zip |
Notes
Diffstat (limited to 'net/skstream')
-rw-r--r-- | net/skstream/Makefile | 8 | ||||
-rw-r--r-- | net/skstream/distinfo | 4 | ||||
-rw-r--r-- | net/skstream/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | net/skstream/pkg-plist | 2 |
4 files changed, 6 insertions, 27 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile index f9ac4d771f9a..3a51b886d927 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -6,18 +6,16 @@ # PORTNAME= skstream -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.5 CATEGORIES= net -MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/skstream/ \ - http://purple.worldforge.org/downloads/libs/sktream/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge MAINTAINER= jannisan@t-online.de COMMENT= An iostream based C++ socket library USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes diff --git a/net/skstream/distinfo b/net/skstream/distinfo index 2be0118d4747..0567e362b128 100644 --- a/net/skstream/distinfo +++ b/net/skstream/distinfo @@ -1,2 +1,2 @@ -MD5 (skstream-0.3.3.tar.gz) = 4c7b2d6dbe6c9b15c86ac4c45f49bbe2 -SIZE (skstream-0.3.3.tar.gz) = 352379 +MD5 (skstream-0.3.5.tar.gz) = 0c5ec89551bc0900b2e708992f321794 +SIZE (skstream-0.3.5.tar.gz) = 344809 diff --git a/net/skstream/files/patch-Makefile.in b/net/skstream/files/patch-Makefile.in deleted file mode 100644 index 381b872062c7..000000000000 --- a/net/skstream/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Thu Feb 3 10:18:20 2005 ---- Makefile.in Thu Feb 3 10:20:19 2005 -*************** -*** 213,219 **** - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ -! pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ - @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = - @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip ---- 213,219 ---- - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ -! pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ - @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = - @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip diff --git a/net/skstream/pkg-plist b/net/skstream/pkg-plist index a32a3fb1505a..f99781ce4f16 100644 --- a/net/skstream/pkg-plist +++ b/net/skstream/pkg-plist @@ -1,6 +1,6 @@ lib/libskstream-0.3.a lib/libskstream-0.3.so -lib/libskstream-0.3.so.1 +lib/libskstream-0.3.so.3 libdata/pkgconfig/skstream-0.3.pc libdata/pkgconfig/skstream-unix-0.3.pc lib/skstream-0.3/include/skstream/skstreamconfig.h |