diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-02-11 17:43:19 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-02-11 17:43:19 +0000 |
commit | 3aa60a1438d539f9379ea9d96d28f37f0df4dc24 (patch) | |
tree | 9b000ada87c211a211f230de7d08887eb1453ebf /x11 | |
parent | 77f4fc2c95cd4f4b59771832f0f8197eba7c1e8d (diff) | |
download | ports-3aa60a1438d539f9379ea9d96d28f37f0df4dc24.tar.gz ports-3aa60a1438d539f9379ea9d96d28f37f0df4dc24.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdotool/Makefile | 3 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 960668d065f6..490812a8232a 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xdotool -DISTVERSION= 20080606 +DISTVERSION= 20090126 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ @@ -22,6 +22,7 @@ PLIST_FILES= bin/xdotool do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin +# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index a9e6785f332d..d5e91058bbe9 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -MD5 (xdotool-20080606.tar.gz) = a4ab6e6f620fbce7300d3c9a1685fd50 -SHA256 (xdotool-20080606.tar.gz) = 4d1600ce135f115abd19868c483785d6a3c3ddc8815b5e8f74c1edff6b166473 -SIZE (xdotool-20080606.tar.gz) = 15548 +MD5 (xdotool-20090126.tar.gz) = a520d6a3175c3b55582998cbeef81688 +SHA256 (xdotool-20090126.tar.gz) = fc2cfdf4bc250b178328cdba870f0c20cc499c16b77d3d40593fc2030a44dfd1 +SIZE (xdotool-20090126.tar.gz) = 17299 |