diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-11 14:22:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-11 14:22:45 +0800 |
commit | 0b905070819582f1d6ba1ff469d04515e473fcbe (patch) | |
tree | 2e078e4ce717c7f1251a122297bc6d18380b5250 | |
parent | b2befe547c18487b4171519eac41975eee3f8643 (diff) | |
download | freebsd-ports-gnome-0b905070819582f1d6ba1ff469d04515e473fcbe.tar.gz freebsd-ports-gnome-0b905070819582f1d6ba1ff469d04515e473fcbe.tar.zst freebsd-ports-gnome-0b905070819582f1d6ba1ff469d04515e473fcbe.zip |
- Update to 3
PR: 113504
Submitted by: Steve Roome<steve@pepcross.com>
-rw-r--r-- | graphics/xglurbules/Makefile | 19 | ||||
-rw-r--r-- | graphics/xglurbules/distinfo | 6 | ||||
-rw-r--r-- | graphics/xglurbules/pkg-descr | 9 |
3 files changed, 12 insertions, 22 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index b42bb650ad0b..12e23905d62b 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xglurbules -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.pepcross.com/glurbules/ +MASTER_SITES= http://stephenroome.com/xglurbules/ MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 @@ -22,16 +21,6 @@ USE_X_PREFIX= yes MANCOMPRESSED= yes PLIST_FILES= bin/xglurbules \ - bin/xglurbules-noshm \ - bin/xglurbules-test + bin/xglurbules-noshm -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= does not compile on !i386 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/xglurbules/distinfo b/graphics/xglurbules/distinfo index 427268efb07d..e756a6e4d1b9 100644 --- a/graphics/xglurbules/distinfo +++ b/graphics/xglurbules/distinfo @@ -1,3 +1,3 @@ -MD5 (xglurbules-1.2.tar.gz) = 6571d83be4881842762d6bf7eec3dc90 -SHA256 (xglurbules-1.2.tar.gz) = 3071a1c2f7125aa8235d3d04873f852a2735e47d0d4645f52cf74e335f07fbf4 -SIZE (xglurbules-1.2.tar.gz) = 19856 +MD5 (xglurbules-3.tar.gz) = 0a920f9ac4b20d77b73758a2ff56ad57 +SHA256 (xglurbules-3.tar.gz) = 5346804aae8e81566f8833a01a6597be448523d033bd89274a4a62fca0a5de86 +SIZE (xglurbules-3.tar.gz) = 25094 diff --git a/graphics/xglurbules/pkg-descr b/graphics/xglurbules/pkg-descr index e2493f4cbb34..e3060de92ac6 100644 --- a/graphics/xglurbules/pkg-descr +++ b/graphics/xglurbules/pkg-descr @@ -1,6 +1,7 @@ -Gooey looking highly graphical particle system eyecandy program for -X11. There's a screenshot or four at : +An eyecandy particle system for X that can make a nice desktop background - WWW: http://www.pepcross.com/capture.html +Requires X11 and shared memory helps. -(Ignore the version numbers, they're wrong!) +There's a screenshot or four at : + + WWW: http://stephenroome.com/xglurbules/ |