summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-16 00:45:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-16 00:45:22 +0800
commit6e06b49bc7a0b0c53d5150b40da4518e517758d9 (patch)
tree770b164573d22ed3385e5db01c548910cceb2abb /devel
parent80219f4ec72b34f8b9c56465039a139ab1901b5b (diff)
downloadmarcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar.gz
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar.bz2
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar.lz
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar.xz
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.tar.zst
marcuscom-ports-6e06b49bc7a0b0c53d5150b40da4518e517758d9.zip
Update to 2.1.13.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2652 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libsoup/Makefile6
-rw-r--r--devel/libsoup/distinfo4
-rw-r--r--devel/libsoup/pkg-plist13
-rw-r--r--devel/libsoup22/Makefile6
-rw-r--r--devel/libsoup22/distinfo4
-rw-r--r--devel/libsoup22/pkg-plist13
6 files changed, 24 insertions, 22 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 35c597977..d88e3c6ed 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libsoup
-PORTVERSION= 2.1.12
+PORTVERSION= 2.1.13
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -18,9 +18,9 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_GNOME= gnomehack lthack glib20 libxml2
+USE_GNOME= gnomehack glib20 libxml2
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo
index 0b4e3f322..3bd8052e8 100644
--- a/devel/libsoup/distinfo
+++ b/devel/libsoup/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libsoup-2.1.12.tar.bz2) = f8f1d8a34f17e45088caae6dd029a084
-SIZE (gnome2/libsoup-2.1.12.tar.bz2) = 376843
+MD5 (gnome2/libsoup-2.1.13.tar.bz2) = bccf0ea977860b6a2c80a37a1b4f08bd
+SIZE (gnome2/libsoup-2.1.13.tar.bz2) = 381625
diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist
index 9360b0230..7156ca1e1 100644
--- a/devel/libsoup/pkg-plist
+++ b/devel/libsoup/pkg-plist
@@ -21,25 +21,25 @@ include/libsoup-%%VERSION%%/libsoup/soup-uri.h
include/libsoup-%%VERSION%%/libsoup/soup.h
lib/libsoup-%%VERSION%%.a
lib/libsoup-%%VERSION%%.so
-lib/libsoup-%%VERSION%%.so.5
+lib/libsoup-%%VERSION%%.so.6
libdata/pkgconfig/libsoup-%%VERSION%%.pc
-%%DOCSDIR%%/SoupAddress.html
%%DOCSDIR%%/SoupAuth.html
%%DOCSDIR%%/SoupAuthBasic.html
%%DOCSDIR%%/SoupAuthDigest.html
%%DOCSDIR%%/SoupConnection.html
%%DOCSDIR%%/SoupConnectionNTLM.html
%%DOCSDIR%%/SoupMessage.html
-%%DOCSDIR%%/SoupServer.html
-%%DOCSDIR%%/SoupServerMessage.html
-%%DOCSDIR%%/SoupSession.html
%%DOCSDIR%%/SoupSoapMessage.html
-%%DOCSDIR%%/SoupSocket.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
%%DOCSDIR%%/left.png
+%%DOCSDIR%%/libsoup-SoupAddress.html
+%%DOCSDIR%%/libsoup-SoupServer.html
+%%DOCSDIR%%/libsoup-SoupServerMessage.html
+%%DOCSDIR%%/libsoup-SoupSession.html
+%%DOCSDIR%%/libsoup-SoupSocket.html
%%DOCSDIR%%/libsoup-soup-dns.html
%%DOCSDIR%%/libsoup-soup-headers.html
%%DOCSDIR%%/libsoup-soup-md5-utils.html
@@ -53,6 +53,7 @@ libdata/pkgconfig/libsoup-%%VERSION%%.pc
%%DOCSDIR%%/libsoup-soup-uri.html
%%DOCSDIR%%/libsoup.devhelp
%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
@dirrm %%DOCSDIR%%
@dirrm include/libsoup-%%VERSION%%/libsoup
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 35c597977..d88e3c6ed 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libsoup
-PORTVERSION= 2.1.12
+PORTVERSION= 2.1.13
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -18,9 +18,9 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_GNOME= gnomehack lthack glib20 libxml2
+USE_GNOME= gnomehack glib20 libxml2
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo
index 0b4e3f322..3bd8052e8 100644
--- a/devel/libsoup22/distinfo
+++ b/devel/libsoup22/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libsoup-2.1.12.tar.bz2) = f8f1d8a34f17e45088caae6dd029a084
-SIZE (gnome2/libsoup-2.1.12.tar.bz2) = 376843
+MD5 (gnome2/libsoup-2.1.13.tar.bz2) = bccf0ea977860b6a2c80a37a1b4f08bd
+SIZE (gnome2/libsoup-2.1.13.tar.bz2) = 381625
diff --git a/devel/libsoup22/pkg-plist b/devel/libsoup22/pkg-plist
index 9360b0230..7156ca1e1 100644
--- a/devel/libsoup22/pkg-plist
+++ b/devel/libsoup22/pkg-plist
@@ -21,25 +21,25 @@ include/libsoup-%%VERSION%%/libsoup/soup-uri.h
include/libsoup-%%VERSION%%/libsoup/soup.h
lib/libsoup-%%VERSION%%.a
lib/libsoup-%%VERSION%%.so
-lib/libsoup-%%VERSION%%.so.5
+lib/libsoup-%%VERSION%%.so.6
libdata/pkgconfig/libsoup-%%VERSION%%.pc
-%%DOCSDIR%%/SoupAddress.html
%%DOCSDIR%%/SoupAuth.html
%%DOCSDIR%%/SoupAuthBasic.html
%%DOCSDIR%%/SoupAuthDigest.html
%%DOCSDIR%%/SoupConnection.html
%%DOCSDIR%%/SoupConnectionNTLM.html
%%DOCSDIR%%/SoupMessage.html
-%%DOCSDIR%%/SoupServer.html
-%%DOCSDIR%%/SoupServerMessage.html
-%%DOCSDIR%%/SoupSession.html
%%DOCSDIR%%/SoupSoapMessage.html
-%%DOCSDIR%%/SoupSocket.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
%%DOCSDIR%%/left.png
+%%DOCSDIR%%/libsoup-SoupAddress.html
+%%DOCSDIR%%/libsoup-SoupServer.html
+%%DOCSDIR%%/libsoup-SoupServerMessage.html
+%%DOCSDIR%%/libsoup-SoupSession.html
+%%DOCSDIR%%/libsoup-SoupSocket.html
%%DOCSDIR%%/libsoup-soup-dns.html
%%DOCSDIR%%/libsoup-soup-headers.html
%%DOCSDIR%%/libsoup-soup-md5-utils.html
@@ -53,6 +53,7 @@ libdata/pkgconfig/libsoup-%%VERSION%%.pc
%%DOCSDIR%%/libsoup-soup-uri.html
%%DOCSDIR%%/libsoup.devhelp
%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
@dirrm %%DOCSDIR%%
@dirrm include/libsoup-%%VERSION%%/libsoup