diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:59:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-13 09:59:56 +0000 |
commit | 3167a10fb949ed21797f447343f5d3770a32e0dd (patch) | |
tree | bf81502479eda49f74b71197d861eacdb2beda29 | |
parent | 0390e1d20fb5fbf1d9e35e8cd087b99e3d40cd18 (diff) | |
download | ports-3167a10fb949ed21797f447343f5d3770a32e0dd.tar.gz ports-3167a10fb949ed21797f447343f5d3770a32e0dd.zip |
Notes
-rw-r--r-- | x11-wm/aewm++/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/aewm++/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/aewm++/files/patch-aewm.hh | 14 |
3 files changed, 3 insertions, 17 deletions
diff --git a/x11-wm/aewm++/Makefile b/x11-wm/aewm++/Makefile index 35b8a7319e9e..d80fe254ba44 100644 --- a/x11-wm/aewm++/Makefile +++ b/x11-wm/aewm++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= aewm++ -PORTVERSION= 1.0.27 +PORTVERSION= 1.0.29 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sapphire diff --git a/x11-wm/aewm++/distinfo b/x11-wm/aewm++/distinfo index 2d7a8c41eec9..7d8724ca8b7a 100644 --- a/x11-wm/aewm++/distinfo +++ b/x11-wm/aewm++/distinfo @@ -1,2 +1,2 @@ -MD5 (aewm++-1.0.27.tar.gz) = 8db5c71614de0f350bf0e32b0a0f90e7 -SIZE (aewm++-1.0.27.tar.gz) = 42490 +MD5 (aewm++-1.0.29.tar.gz) = f8fafd3b76548b5211fd96b4b5f575e6 +SIZE (aewm++-1.0.29.tar.gz) = 42711 diff --git a/x11-wm/aewm++/files/patch-aewm.hh b/x11-wm/aewm++/files/patch-aewm.hh deleted file mode 100644 index 8cab7546cbfc..000000000000 --- a/x11-wm/aewm++/files/patch-aewm.hh +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- aewm.hh.orig Mon Nov 4 01:32:18 2002 -+++ aewm.hh Mon Nov 4 01:32:35 2002 -@@ -24,6 +24,8 @@ - #ifndef _AEWM_HH_ - #define _AEWM_HH_ - -+using namespace std; -+ - #include <stdio.h> - #include <unistd.h> - #include <sys/wait.h> |