Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 21:39:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394421 - head/lang/swi-pl
Message-ID:  <201508162139.t7GLdfNa079294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Aug 16 21:39:40 2015
New Revision: 394421
URL: https://svnweb.freebsd.org/changeset/ports/394421

Log:
  - Switch to USES=libarchive
  - Add empty directories to plist
  
  Approved by:	portmgr blanket

Modified:
  head/lang/swi-pl/Makefile
  head/lang/swi-pl/pkg-plist

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Sun Aug 16 21:35:37 2015	(r394420)
+++ head/lang/swi-pl/Makefile	Sun Aug 16 21:39:40 2015	(r394421)
@@ -3,6 +3,7 @@
 
 PORTNAME=	swi-pl
 PORTVERSION=	7.2.2
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	swipl-${PORTVERSION}
@@ -20,7 +21,7 @@ SWIPLDIR=	${PORTNAME:C/-//}-${PORTVERSIO
 
 NOPRECIOUSMAKEVARS=	yes
 USE_XORG=	xft xpm xt
-USES=		gmake jpeg pathfix pkgconfig shebangfix
+USES=		gmake jpeg libarchive pathfix pkgconfig shebangfix
 MAKE_JOBS_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ARCH=${ARCH}-${OPSYS:tl}

Modified: head/lang/swi-pl/pkg-plist
==============================================================================
--- head/lang/swi-pl/pkg-plist	Sun Aug 16 21:35:37 2015	(r394420)
+++ head/lang/swi-pl/pkg-plist	Sun Aug 16 21:39:40 2015	(r394421)
@@ -1781,3 +1781,5 @@ man/man1/swipl-ld.1.gz
 man/man1/swipl-rc.1.gz
 man/man1/swipl.1.gz
 man/man1/xpce-client.1.gz
+@dir lib/%%DISTNAME%%/xpce/bin/%%ARCH%%-%%OS%%
+@dir lib/%%DISTNAME%%/library/dialect/ifprolog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508162139.t7GLdfNa079294>