diff options
-rw-r--r-- | x11/zenity/Makefile | 4 | ||||
-rw-r--r-- | x11/zenity/distinfo | 4 | ||||
-rw-r--r-- | x11/zenity/files/patch-help_Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 7f8e84a63..f809eea6e 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,11 +3,11 @@ # Whom: Franz Klammer <klammer@webonaut.com> # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.42 2005/08/24 01:58:06 marcus Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.43 2005/09/06 04:24:36 marcus Exp $ # PORTNAME= zenity -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index fd15dde81..31b12945e 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/zenity-2.12.0.tar.bz2) = 588b11c3c5382f12c3b607d3f7aa47b1 -SIZE (gnome2/zenity-2.12.0.tar.bz2) = 895136 +MD5 (gnome2/zenity-2.12.1.tar.bz2) = d8fbcf326e42b5dae70a570fad024947 +SIZE (gnome2/zenity-2.12.1.tar.bz2) = 896002 diff --git a/x11/zenity/files/patch-help_Makefile.in b/x11/zenity/files/patch-help_Makefile.in deleted file mode 100644 index 1b9f2bb6f..000000000 --- a/x11/zenity/files/patch-help_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig Wed Jul 27 02:50:59 2005 -+++ help/Makefile.in Wed Jul 27 02:51:22 2005 -@@ -972,7 +972,7 @@ - else \ - figfile="$(srcdir)/C/$$fig"; \ - fi; \ -- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \ -+ figdir="$$lc/"`echo $$fig | sed -E -e 's/^(.*\/).*|.*/\1/'`; \ - figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \ - if ! test -d "$$figdir"; then \ - echo "$(mkinstalldirs) $$figdir"; \ |