diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-28 18:28:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-28 18:28:42 +0000 |
commit | bf5070b68eff87330f15809da93f39109620ad6d (patch) | |
tree | 1d4c2cbfeaee9a5019c6a61ef9acdc23e717cac1 /x11/libgnome | |
parent | ff755b6f57c07d93482602c49860a3ed89441ddd (diff) | |
download | ports-bf5070b68eff87330f15809da93f39109620ad6d.tar.gz ports-bf5070b68eff87330f15809da93f39109620ad6d.zip |
Notes
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= |