diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-02 00:13:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-02 00:13:48 +0800 |
commit | 044ab141b357aa5c363386f5827ebd0b0d3e9b5e (patch) | |
tree | c3c6a88d00f18755d2b06da537649c2096d2827e | |
parent | 843d5369ccda39c88209ef40682c3e2a3f48dff1 (diff) | |
download | marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar.gz marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar.bz2 marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar.lz marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar.xz marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.tar.zst marcuscom-ports-044ab141b357aa5c363386f5827ebd0b0d3e9b5e.zip |
Update to 2.6.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9320 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libglade2/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade2/distinfo | 6 | ||||
-rw-r--r-- | devel/libglade2/files/patch-bug455566 | 10 | ||||
-rw-r--r-- | devel/libglade2/pkg-plist | 5 |
4 files changed, 7 insertions, 18 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index dff669bdf..6115c90ce 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libglade2/Makefile,v 1.25 2007/07/22 02:01:07 mezz Exp $ # PORTNAME= libglade2 -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo index 680ec5862..c4ac1b442 100644 --- a/devel/libglade2/distinfo +++ b/devel/libglade2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libglade-2.6.1.tar.bz2) = 489be887b26b9973f77e2c6111ab7d5a -SHA256 (gnome2/libglade-2.6.1.tar.bz2) = 94c33ffe748c849021358c1e9f758c1fd5f1abda00ba6776975837f42c730cf2 -SIZE (gnome2/libglade-2.6.1.tar.bz2) = 346536 +MD5 (gnome2/libglade-2.6.2.tar.bz2) = da4f9d1c6cd1337f6ef5e2db768d8557 +SHA256 (gnome2/libglade-2.6.2.tar.bz2) = 7c79a2afaef4fd6726bad0530e29d2bc19689e07720a05c3ad32012e5aed3138 +SIZE (gnome2/libglade-2.6.2.tar.bz2) = 351755 diff --git a/devel/libglade2/files/patch-bug455566 b/devel/libglade2/files/patch-bug455566 deleted file mode 100644 index 186f7f998..000000000 --- a/devel/libglade2/files/patch-bug455566 +++ /dev/null @@ -1,10 +0,0 @@ ---- glade/Makefile.in- 2007-07-21 11:48:15.000000000 -0400 -+++ glade/Makefile.in 2007-07-21 11:50:14.000000000 -0400 -@@ -241,7 +241,6 @@ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ - -DGNOME_DISABLE_DEPRECATED - - glademoduledir = $(libdir)/libglade/2.0 diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist index b11977d29..88edca272 100644 --- a/devel/libglade2/pkg-plist +++ b/devel/libglade2/pkg-plist @@ -14,8 +14,7 @@ share/xml/libglade/glade-2.0.dtd @exec %%XMLCATALOG%% --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true @exec mkdir -p %D/lib/libglade/2.0 @dirrm share/xml/libglade -@dirrm include/libglade-2.0/glade -@dirrm include/libglade-2.0 @dirrm lib/libglade/2.0 @dirrm lib/libglade -@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true +@dirrm include/libglade-2.0/glade +@dirrm include/libglade-2.0 |