- Update to 0.4.4.

- Use PLIST_FILES & USE_SIZE

PR:		ports/62059
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-01-29 10:37:03 +00:00
parent 393ba63d5d
commit 7228f6915f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99382
4 changed files with 6 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -1,2 +0,0 @@
bin/apwal
bin/apwal-editor