diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tmux/Makefile | 9 | ||||
-rw-r--r-- | sysutils/tmux/distinfo | 6 | ||||
-rw-r--r-- | sysutils/tmux/files/extra-patch-configure | 10 |
3 files changed, 4 insertions, 21 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index af47475f929d..43946d21a1b8 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tmux -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -31,13 +30,7 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 703100 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure -.endif - post-patch: - @${REINPLACE_CMD} -e '/^#define HAVE_TREE_H/d' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/Makefile diff --git a/sysutils/tmux/distinfo b/sysutils/tmux/distinfo index cd683753bb95..46890ada7844 100644 --- a/sysutils/tmux/distinfo +++ b/sysutils/tmux/distinfo @@ -1,3 +1,3 @@ -MD5 (tmux-1.2.tar.gz) = 748fbe7bb5f86812e19bd6005ff21a5a -SHA256 (tmux-1.2.tar.gz) = af3f2678ae631ab3f7973b646aff2f8757e9e00935a5984c23058da4f723491d -SIZE (tmux-1.2.tar.gz) = 241779 +MD5 (tmux-1.3.tar.gz) = 96e60cb206de2db0610b9fb6a64c2251 +SHA256 (tmux-1.3.tar.gz) = 72c2d6f1c30fb4ccbd29b530a7d8a08e67c9c2d87ac8d67e3806561670fc0362 +SIZE (tmux-1.3.tar.gz) = 251999 diff --git a/sysutils/tmux/files/extra-patch-configure b/sysutils/tmux/files/extra-patch-configure deleted file mode 100644 index 6b9a7d99fe99..000000000000 --- a/sysutils/tmux/files/extra-patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2010-03-17 09:12:09.000000000 +0800 -+++ configure 2010-03-17 09:11:28.000000000 +0800 -@@ -204,6 +204,7 @@ - FreeBSD|DragonFly) - cat <<EOF >>$CONFIG_H - #define HAVE_ASPRINTF -+#define HAVE_BROKEN_KQUEUE - #define HAVE_BZERO - #define HAVE_DAEMON - #define HAVE_FGETLN |