diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-15 07:21:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-15 07:21:37 +0000 |
commit | f340aaafb19d535bfa59bc2bd351ce2a566fb86e (patch) | |
tree | aa06d166c129ead73f0c7275e717c743ba9db77d /www | |
parent | c5edaf6b20e46082642186f393d83194d3dbf169 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/xxxterm/Makefile | 8 | ||||
-rw-r--r-- | www/xxxterm/distinfo | 4 | ||||
-rw-r--r-- | www/xxxterm/files/patch-xxxterm.c | 17 |
3 files changed, 6 insertions, 23 deletions
diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile index b61d871aedad..ac83f1bf2c6b 100644 --- a/www/xxxterm/Makefile +++ b/www/xxxterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xxxterm -PORTVERSION= 1.275 +PORTVERSION= 1.303 CATEGORIES= www MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ COMMENT= Minimalists vi-like web browser based on webkit and GTK+ LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ soup-2.4:${PORTSDIR}/devel/libsoup \ - webkit-1.0:${PORTSDIR}/www/webkit-gtk2 + webkit-1.0:${PORTSDIR}/www/webkit-gtk2 USE_GNOME= gtk20 pkgconfig USE_PERL5_BUILD=YES @@ -32,9 +32,9 @@ PLIST_DIRS+= share/xxxterm BROKEN= does not build due to missing arc4random_buf in libc .endif -ICONS= 16 32 48 64 128 +ICONS= 16 32 48 64 128 .for i in ${ICONS} -PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png +PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png .endfor do-build: diff --git a/www/xxxterm/distinfo b/www/xxxterm/distinfo index 08f56a4d0f37..85fd0fb76226 100644 --- a/www/xxxterm/distinfo +++ b/www/xxxterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xxxterm-1.275.tgz) = 6dbb2d823d8ddb1ef168ed4855007d60dbd9b8f48884d62e9730f6013a0f5972 -SIZE (xxxterm-1.275.tgz) = 130301 +SHA256 (xxxterm-1.303.tgz) = c32bf71babc734fa78012c7338d8cc3459955fd31aca157aaa0934908c8de860 +SIZE (xxxterm-1.303.tgz) = 132276 diff --git a/www/xxxterm/files/patch-xxxterm.c b/www/xxxterm/files/patch-xxxterm.c deleted file mode 100644 index 166bd1892f14..000000000000 --- a/www/xxxterm/files/patch-xxxterm.c +++ /dev/null @@ -1,17 +0,0 @@ ---- ./xxxterm.c.orig 2011-01-20 10:45:02.893061548 +0200 -+++ ./xxxterm.c 2011-01-20 10:45:18.001973993 +0200 -@@ -36,13 +36,13 @@ - #include <pwd.h> - #include <string.h> - #include <unistd.h> --#include <util.h> - #include <pthread.h> - #include <dlfcn.h> - #include <errno.h> - - #include <sys/types.h> - #if defined(__linux__) -+ #include <util.h> - #include "linux/util.h" - #include "linux/tree.h" - #elif defined(__FreeBSD__) |