diff options
author | krion <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
commit | 5042fc7f37ef7a14e4085384e8c06c1b8ce44a75 (patch) | |
tree | dd127b99f6d2fb0cf36cb20ba79aabbf3bbb96bb /x11 | |
parent | 1412226796b9fdcdcd8f28c8d6fc97cb1154e765 (diff) | |
download | FreeBSD-ports-5042fc7f37ef7a14e4085384e8c06c1b8ce44a75.zip FreeBSD-ports-5042fc7f37ef7a14e4085384e8c06c1b8ce44a75.tar.gz |
- Update to 0.4.4.
- Use PLIST_FILES & USE_SIZE
PR: ports/62059
Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/apwal/Makefile | 5 | ||||
-rw-r--r-- | x11/apwal/distinfo | 3 | ||||
-rw-r--r-- | x11/apwal/files/patch-sysstuff.c | 11 | ||||
-rw-r--r-- | x11/apwal/pkg-plist | 2 |
4 files changed, 6 insertions, 15 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index a6f63fc..83d2675 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -6,13 +6,14 @@ # PORTNAME= apwal -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.4 CATEGORIES= x11 MASTER_SITES= http://apwal.free.fr/download/ MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= Simple and powerful application launcher +USE_SIZE= yes USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes USE_GMAKE= yes @@ -20,6 +21,8 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src +PLIST_FILES= bin/apwal bin/apwal-editor + post-patch: @${CP} ${FILESDIR}/group_member.c ${WRKSRC} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' ${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml diff --git a/x11/apwal/distinfo b/x11/apwal/distinfo index 6db7b32..2fcbb73 100644 --- a/x11/apwal/distinfo +++ b/x11/apwal/distinfo @@ -1 +1,2 @@ -MD5 (apwal-0.4.2.tar.gz) = 1252ef86fa9a0bc69ac7879c09790915 +MD5 (apwal-0.4.4.tar.gz) = 87327fd1665d64c58b675708de1f0067 +SIZE (apwal-0.4.4.tar.gz) = 104938 diff --git a/x11/apwal/files/patch-sysstuff.c b/x11/apwal/files/patch-sysstuff.c deleted file mode 100644 index a32889b..0000000 --- a/x11/apwal/files/patch-sysstuff.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sysstuff.c.orig Wed Dec 3 09:58:17 2003 -+++ sysstuff.c Wed Dec 3 09:58:45 2003 -@@ -370,7 +370,7 @@ - len = strlen(procfile); - pid = getpid(); - sprintf(procfile + len, "%d", pid); -- strcat(procfile, "/exe"); -+ strcat(procfile, "/file"); - - // read procfile to get the binary file of apwal - cc = readlink(procfile, execfile, FILENAME_MAX); diff --git a/x11/apwal/pkg-plist b/x11/apwal/pkg-plist deleted file mode 100644 index 1d1f9d1..0000000 --- a/x11/apwal/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/apwal -bin/apwal-editor |