mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
update to 0.3.5
Approved by: maintainer
This commit is contained in:
parent
b6486ba5b7
commit
673d511534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143700
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user