Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 18:47:43 +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: r488560 - head/devel/physfs-devel
Message-ID:  <201812271847.wBRIlh95065027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 27 18:47:42 2018
New Revision: 488560
URL: https://svnweb.freebsd.org/changeset/ports/488560

Log:
  - Add missing dependency
  - Fix plist
  
  Approved by:	portmgr blanket

Modified:
  head/devel/physfs-devel/Makefile
  head/devel/physfs-devel/pkg-plist

Modified: head/devel/physfs-devel/Makefile
==============================================================================
--- head/devel/physfs-devel/Makefile	Thu Dec 27 18:47:12 2018	(r488559)
+++ head/devel/physfs-devel/Makefile	Thu Dec 27 18:47:42 2018	(r488560)
@@ -3,6 +3,7 @@
 
 PORTNAME=	physfs
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://icculus.org/${PORTNAME}/downloads/
 PKGNAMESUFFIX=	-devel
@@ -12,7 +13,7 @@ COMMENT=	Library to provide abstract access to various
 
 CONFLICTS_INSTALL=	physfs-[0-9]*
 
-USES=		cmake:insource tar:bzip2
+USES=		cmake:insource readline tar:bzip2
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/physfs-devel/pkg-plist
==============================================================================
--- head/devel/physfs-devel/pkg-plist	Thu Dec 27 18:47:12 2018	(r488559)
+++ head/devel/physfs-devel/pkg-plist	Thu Dec 27 18:47:42 2018	(r488560)
@@ -4,3 +4,4 @@ lib/libphysfs.so.1
 lib/libphysfs.so.3.0.1
 lib/libphysfs.a
 lib/libphysfs.so
+libdata/pkgconfig/physfs.pc



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