diff options
author | krion <krion@FreeBSD.org> | 2004-05-18 02:42:04 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-18 02:42:04 +0800 |
commit | 85051c76cddad37216c778548a9b044aef1aa938 (patch) | |
tree | 6ef305d7b2e4d5abdfabadfbd560eccd7526b68a /x11/xautomation | |
parent | 3b45d84f94d569fde1a66a8927aeb9338d955c70 (diff) | |
download | freebsd-ports-gnome-85051c76cddad37216c778548a9b044aef1aa938.tar.gz freebsd-ports-gnome-85051c76cddad37216c778548a9b044aef1aa938.tar.zst freebsd-ports-gnome-85051c76cddad37216c778548a9b044aef1aa938.zip |
- Update to version 0.96
PR: ports/66757
Submitted by: Ports Fury
Diffstat (limited to 'x11/xautomation')
-rw-r--r-- | x11/xautomation/Makefile | 5 | ||||
-rw-r--r-- | x11/xautomation/distinfo | 4 | ||||
-rw-r--r-- | x11/xautomation/pkg-plist | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index 8c6b9e235d14..803be8ad8e52 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xautomation -PORTVERSION= 0.93 +PORTVERSION= 0.96 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ @@ -22,4 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \ + bin/visgrep bin/xte + .include <bsd.port.mk> diff --git a/x11/xautomation/distinfo b/x11/xautomation/distinfo index 8b9d6e02e6bc..9003effff36d 100644 --- a/x11/xautomation/distinfo +++ b/x11/xautomation/distinfo @@ -1,2 +1,2 @@ -MD5 (xautomation-0.93.tar.gz) = c3d00203ac6ba0dabced6619fc75ad40 -SIZE (xautomation-0.93.tar.gz) = 72800 +MD5 (xautomation-0.96.tar.gz) = 55f1247f9e25d57ba23e9e9f3cf5f87e +SIZE (xautomation-0.96.tar.gz) = 73335 diff --git a/x11/xautomation/pkg-plist b/x11/xautomation/pkg-plist deleted file mode 100644 index f3e9dc444e70..000000000000 --- a/x11/xautomation/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/pat2ppm -bin/patextract -bin/png2pat -bin/rgb2pat -bin/visgrep -bin/xte |