diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-13 18:23:06 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-13 18:23:06 +0000 |
commit | 31e84113fefdaa465bd9fb5dde2df47cc08f9c30 (patch) | |
tree | 55d99656db62bf261c557264f71148ace0daade5 /games/frobtads | |
parent | fd1fce64b752ebfb678a84d4e960e2cc82a336cd (diff) |
- Update to version 1.2.3 [1]
- Convert to USES=execinfo localbase [2]
PR: 205279
Submitted by: maintainer [1], myself [2]
Notes
Notes:
svn path=/head/; revision=403681
Diffstat (limited to 'games/frobtads')
-rw-r--r-- | games/frobtads/Makefile | 11 | ||||
-rw-r--r-- | games/frobtads/distinfo | 4 | ||||
-rw-r--r-- | games/frobtads/files/patch-tads3-unix-osnetunix.cpp | 10 |
3 files changed, 6 insertions, 19 deletions
diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index 2b440210e660..14fa90c7283f 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= frobtads -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= games lang MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ http://www.ifarchive.org/if-archive/programming/tads3/source/ @@ -11,15 +10,13 @@ MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ MAINTAINER= kaiwang27@gmail.com COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= tads-2.* -USES= autoreconf gmake +USES= autoreconf execinfo gmake localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lcompat +LIBS+= -lcompat .include <bsd.port.mk> diff --git a/games/frobtads/distinfo b/games/frobtads/distinfo index 91aef85f5750..bba5e7b734a8 100644 --- a/games/frobtads/distinfo +++ b/games/frobtads/distinfo @@ -1,2 +1,2 @@ -SHA256 (frobtads-1.2.2.tar.gz) = f2802f6b8b2fb1e2a2c46cdec92b32e7135b6aceb3054a588eb9ebb9434a186e -SIZE (frobtads-1.2.2.tar.gz) = 5213193 +SHA256 (frobtads-1.2.3.tar.gz) = 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788 +SIZE (frobtads-1.2.3.tar.gz) = 5227704 diff --git a/games/frobtads/files/patch-tads3-unix-osnetunix.cpp b/games/frobtads/files/patch-tads3-unix-osnetunix.cpp deleted file mode 100644 index f0887b5f8026..000000000000 --- a/games/frobtads/files/patch-tads3-unix-osnetunix.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tads3/unix/osnetunix.cpp.orig 2012-08-21 22:35:14.000000000 +0200 -+++ tads3/unix/osnetunix.cpp 2013-02-22 10:30:06.000000000 +0100 -@@ -15,6 +15,7 @@ - #include <poll.h> - #include <netinet/in.h> - #include <arpa/inet.h> -+#include <sys/socket.h> - #include <net/if.h> - #include <sys/ioctl.h> - #include <sys/times.h> |