diff options
author | krion <krion@FreeBSD.org> | 2005-03-13 17:59:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-13 17:59:56 +0800 |
commit | d78428b215d16221b0dc773ad3efa41d940fbd55 (patch) | |
tree | c87df488c4fdf4e60606c58461de82471bdd2ddc /x11-wm/aewm++ | |
parent | 0cc15c98f8f0103df9bfc3bbe772e7c713ca9e9a (diff) | |
download | freebsd-ports-gnome-d78428b215d16221b0dc773ad3efa41d940fbd55.tar.gz freebsd-ports-gnome-d78428b215d16221b0dc773ad3efa41d940fbd55.tar.zst freebsd-ports-gnome-d78428b215d16221b0dc773ad3efa41d940fbd55.zip |
Update to version 1.0.29
PR: ports/78751
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/aewm++')
-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> |