diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-29 02:28:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-29 02:28:42 +0800 |
commit | 645655fa11f87109be136abf35ec0611adb34ea4 (patch) | |
tree | 381e20bb25fe4d680562d1a57a805e4972ed3315 /x11/libgnome | |
parent | 3d84f46bc71d21ec7459e16a479ecf5ceb3ff3fa (diff) | |
download | freebsd-ports-gnome-645655fa11f87109be136abf35ec0611adb34ea4.tar.gz freebsd-ports-gnome-645655fa11f87109be136abf35ec0611adb34ea4.tar.zst freebsd-ports-gnome-645655fa11f87109be136abf35ec0611adb34ea4.zip |
Update to 2.6.1.1.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/distinfo | 4 | ||||
-rw-r--r-- | x11/libgnome/files/patch-configure | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index bece9634758c..28c6abaf03df 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnome -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.1.1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index 8748b118442a..34f9b7d2337d 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgnome-2.6.1.tar.bz2) = 6abd153ac8e0c612927de0698634a46e -SIZE (gnome2/libgnome-2.6.1.tar.bz2) = 1094109 +MD5 (gnome2/libgnome-2.6.1.1.tar.bz2) = 8fb8d073987cb4c5d9bfe577550d11c2 +SIZE (gnome2/libgnome-2.6.1.1.tar.bz2) = 1093492 diff --git a/x11/libgnome/files/patch-configure b/x11/libgnome/files/patch-configure deleted file mode 100644 index 01835d192bb7..000000000000 --- a/x11/libgnome/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 20 02:47:31 2004 -+++ configure Tue Apr 20 02:49:09 2004 -@@ -1514,7 +1514,7 @@ - LIBGNOME_MAJOR_VERSION=2 - LIBGNOME_MINOR_VERSION=6 - LIBGNOME_MICRO_VERSION=1 --LIBGNOME_INTERFACE_AGE=0 -+LIBGNOME_INTERFACE_AGE=1 - # If you need a modifier for the version number. - # Normally empty, but can be used to make "fixup" releases. - LIBGNOME_EXTRAVERSION= |