diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 17:53:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 17:53:33 +0800 |
commit | bac1572e3ee0f403efe7bd11598e6144a612ceae (patch) | |
tree | 8b445251c8beec390a93c0588de4b57174701444 /devel | |
parent | 63177aa3b676d78f5a6d0777c0c3102a70b72c76 (diff) | |
download | marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar.gz marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar.bz2 marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar.lz marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar.xz marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.tar.zst marcuscom-ports-bac1572e3ee0f403efe7bd11598e6144a612ceae.zip |
Update to 2.36.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16484 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 8 | ||||
-rw-r--r-- | devel/libsoup/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index c2ff2deeb..2d28b0f08 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.108 2011/09/20 13:02:23 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.109 2011/10/04 15:53:31 kwm Exp $ # PORTNAME= libsoup -PORTVERSION= 2.36.0 +PORTVERSION= 2.36.1 PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -28,8 +28,8 @@ USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.4" diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index e9428ecec..6530ba0ec 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/libsoup-2.36.0.tar.xz) = db06af0f8c887abde427e5418e0e74bd39837a0f48a4161ff29607dfcd6b36ca -SIZE (gnome2/libsoup-2.36.0.tar.xz) = 601260 +SHA256 (gnome2/libsoup-2.36.1.tar.xz) = 73722407ff5fa7fcff2dae384aa04d85e7900c0e3fed46389f1289a1409e1f65 +SIZE (gnome2/libsoup-2.36.1.tar.xz) = 608308 |