svn commit: r403681 - in head/games/frobtads: . files

Pawel Pekala pawel at FreeBSD.org
Sun Dec 13 18:23:08 UTC 2015


Author: pawel
Date: Sun Dec 13 18:23:06 2015
New Revision: 403681
URL: https://svnweb.freebsd.org/changeset/ports/403681

Log:
  - Update to version 1.2.3 [1]
  - Convert to USES=execinfo localbase [2]
  
  PR:		205279
  Submitted by:	maintainer [1], myself [2]

Deleted:
  head/games/frobtads/files/
Modified:
  head/games/frobtads/Makefile
  head/games/frobtads/distinfo

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Sun Dec 13 18:08:45 2015	(r403680)
+++ head/games/frobtads/Makefile	Sun Dec 13 18:23:06 2015	(r403681)
@@ -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/${PORT
 MAINTAINER=	kaiwang27 at 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>

Modified: head/games/frobtads/distinfo
==============================================================================
--- head/games/frobtads/distinfo	Sun Dec 13 18:08:45 2015	(r403680)
+++ head/games/frobtads/distinfo	Sun Dec 13 18:23:06 2015	(r403681)
@@ -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


More information about the svn-ports-head mailing list