diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-08 01:38:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-08 01:38:02 +0800 |
commit | 9dd701a109b98ca9e64d8b24b6e13f97a156cab3 (patch) | |
tree | 9613a5706a9bcabcc3bb1771f00b27f8e8878e2c /x11 | |
parent | 101040d63aa7d6ad851e42fec623ce63a8a8650d (diff) | |
download | marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.gz marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.bz2 marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.lz marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.xz marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.tar.zst marcuscom-ports-9dd701a109b98ca9e64d8b24b6e13f97a156cab3.zip |
Update to 1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@737 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 10 | ||||
-rw-r--r-- | x11/zenity/distinfo | 2 | ||||
-rw-r--r-- | x11/zenity/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 7f0bde919..358dd9889 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -6,17 +6,18 @@ # PORTNAME= zenity -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 DIST_SUBDIR= gnome2 MAINTAINER= klammer@webonaut.com COMMENT= Display GNOME dialogs from the command line +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,9 +25,10 @@ USE_GNOME= gnomeprefix gnomehack gconf2 libgnomecanvas USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes - CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +MAN1= zenity.1 + pre-configure: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|@DATADIRNAME@|share|' diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index b6f6a0921..de814a9fc 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1 +1 @@ -MD5 (gnome2/zenity-1.0.tar.bz2) = 10d88ad482a2583541d2f823839c1132 +MD5 (gnome2/zenity-1.1.tar.bz2) = b771e577bff1f66021639d4d75909176 diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist index 89957aa3d..261b02cd0 100644 --- a/x11/zenity/pkg-plist +++ b/x11/zenity/pkg-plist @@ -2,8 +2,10 @@ bin/zenity share/gnome/omf/zenity/zenity-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true share/gnome/zenity/clothes/gnome-tshirt.png +share/gnome/zenity/clothes/hawaii-shirt.png share/gnome/zenity/clothes/monk.png share/gnome/zenity/clothes/sunglasses.png +share/gnome/zenity/clothes/surfboard.png share/gnome/zenity/help/C/figures/zenity-calendar-screenshot.png share/gnome/zenity/help/C/figures/zenity-entry-screenshot.png share/gnome/zenity/help/C/figures/zenity-error-screenshot.png |