diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-05-28 00:46:08 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-05-28 00:46:08 +0000 |
commit | 35822a6c89e66c0da6e30752fee9ce767fd2b7d5 (patch) | |
tree | edd2f843de49bb54908bba83aca9adabc1b730a8 | |
parent | 966770f5d0d4b9e6f045aa12ec4b691f01d7054d (diff) | |
download | ports-35822a6c89e66c0da6e30752fee9ce767fd2b7d5.tar.gz ports-35822a6c89e66c0da6e30752fee9ce767fd2b7d5.zip |
Notes
-rw-r--r-- | x11/xdotool/Makefile | 6 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 36f90dc24df9..f2992c8d64d1 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xdotool -DISTVERSION= 20070903 -PORTREVISION= 1 +DISTVERSION= 20080527 CATEGORIES= x11 MASTER_SITES= http://www.semicomplete.com/files/xdotool/ \ http://www.atarininja.org/~wxs/distfiles/ @@ -24,4 +23,7 @@ PLIST_FILES= bin/xdotool do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin +post-patch: + @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile + .include <bsd.port.mk> diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 98edd6e4ad46..7353fdb56e51 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -MD5 (xdotool-20070903.tar.gz) = 5f4244715f118a12eb442d165920158e -SHA256 (xdotool-20070903.tar.gz) = 3dd60720d8289a002ff273d2a3ae496f32cdca8788a7a57225cbaf2b63a64056 -SIZE (xdotool-20070903.tar.gz) = 10057 +MD5 (xdotool-20080527.tar.gz) = cdc6c9f09d594d158b69da8f919c6157 +SHA256 (xdotool-20080527.tar.gz) = 90ab93c6b8d62b6c64142cac011500928265d088c04bda9d282bd804ad3edaad +SIZE (xdotool-20080527.tar.gz) = 12275 |