svn commit: r415775 - head/databases/pgespresso

Matthew Seaman matthew at FreeBSD.org
Tue May 24 09:44:06 UTC 2016


Author: matthew
Date: Tue May 24 09:44:05 2016
New Revision: 415775
URL: https://svnweb.freebsd.org/changeset/ports/415775

Log:
  Fix plist
  
  Reported by:	pkg-fallout

Modified:
  head/databases/pgespresso/Makefile

Modified: head/databases/pgespresso/Makefile
==============================================================================
--- head/databases/pgespresso/Makefile	Tue May 24 08:44:12 2016	(r415774)
+++ head/databases/pgespresso/Makefile	Tue May 24 09:44:05 2016	(r415775)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pgespresso
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	matthew at FreeBSD.org
@@ -16,8 +17,9 @@ GH_ACCOUNT=	2ndquadrant-it
 USES=		gmake pgsql:9.2+
 WANT_PGSQL=	server
 
-PLIST_FILES=	lib/postgresql/pgespresso.so			\
-		share/postgresql/extension/pgespresso--1.0.sql	\
+PLIST_FILES=	lib/postgresql/pgespresso.so				\
+		share/postgresql/extension/pgespresso--1.0--1.1.sql	\
+		share/postgresql/extension/pgespresso--1.1.sql		\
 		share/postgresql/extension/pgespresso.control
 
 PORTDOCS=	README.asciidoc


More information about the svn-ports-head mailing list