diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-22 21:38:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-22 21:38:28 +0800 |
commit | 34d6faeee76791d7b03a524e5fb7dbdf18799f86 (patch) | |
tree | b636b383adf964b9f847f2fd2dac8b0a4f3edd57 /emulators | |
parent | c809224b260af612d933281af1b39c685b2f2672 (diff) | |
download | freebsd-ports-gnome-34d6faeee76791d7b03a524e5fb7dbdf18799f86.tar.gz freebsd-ports-gnome-34d6faeee76791d7b03a524e5fb7dbdf18799f86.tar.zst freebsd-ports-gnome-34d6faeee76791d7b03a524e5fb7dbdf18799f86.zip |
- Update to 1.7.4
PR: 113867
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-launcher/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu-launcher/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index 54864cf8de49..9a433039c044 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qemu-launcher -PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTVERSION= 1.7.4 CATEGORIES= emulators MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,7 +16,6 @@ COMMENT= A GTK front-end to Qemu RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2 \ - ${SITE_PERL}/${PERL_ARCH}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/qemu-launcher/distinfo b/emulators/qemu-launcher/distinfo index 4a418e969f06..a8a4e6f78551 100644 --- a/emulators/qemu-launcher/distinfo +++ b/emulators/qemu-launcher/distinfo @@ -1,3 +1,3 @@ -MD5 (qemu-launcher_1.7.3.tar.gz) = 4245ec2f86576795a4e1f5fdc6a5153d -SHA256 (qemu-launcher_1.7.3.tar.gz) = d7231bb0312231ebe46213ab52df420f72a40171869c4843a1d0d0000d8d01a4 -SIZE (qemu-launcher_1.7.3.tar.gz) = 60017 +MD5 (qemu-launcher_1.7.4.tar.gz) = bd71fd543bd2723c7ea54de81f7ccabf +SHA256 (qemu-launcher_1.7.4.tar.gz) = 6d55c6e15b1733ca5d580a8eca7505124acb0a15948429b99dc8f700bb05efe6 +SIZE (qemu-launcher_1.7.4.tar.gz) = 60011 diff --git a/emulators/qemu-launcher/pkg-plist b/emulators/qemu-launcher/pkg-plist index d881f948bb42..529b1983e5c7 100644 --- a/emulators/qemu-launcher/pkg-plist +++ b/emulators/qemu-launcher/pkg-plist @@ -11,7 +11,7 @@ share/locale/lt/LC_MESSAGES/qemu-launcher.mo %%DATADIR%%/icons/hicolor/scalable/apps/qemu-launcher.svg %%DATADIR%%/icons/hicolor/16x16/apps/qemu-launcher.png %%DATADIR%%/icons/hicolor/48x48/apps/qemu-launcher.png -@dirrm share/applications/ +@dirrmtry share/applications/ @dirrm %%DATADIR%%/pixmaps/ @dirrm %%DATADIR%%/icons/hicolor/scalable/apps @dirrm %%DATADIR%%/icons/hicolor/scalable/ |