svn commit: r508100 - head/databases/postgresql-plproxy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 4 16:09:59 UTC 2019


Author: sunpoet
Date: Sun Aug  4 16:09:59 2019
New Revision: 508100
URL: https://svnweb.freebsd.org/changeset/ports/508100

Log:
  Remove outdated post-patch:

Modified:
  head/databases/postgresql-plproxy/Makefile

Modified: head/databases/postgresql-plproxy/Makefile
==============================================================================
--- head/databases/postgresql-plproxy/Makefile	Sun Aug  4 16:08:47 2019	(r508099)
+++ head/databases/postgresql-plproxy/Makefile	Sun Aug  4 16:09:59 2019	(r508100)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plproxy
-DISTVERSIONPREFIX=	${PORTNAME}_
+DISTVERSIONPREFIX=	plproxy_
 DISTVERSION=	2_8
 PORTREVISION=	2
 CATEGORIES=	databases
@@ -15,11 +15,10 @@ LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 USES=		bison gmake pgsql
+
 LLD_UNSAFE=	yes
-USE_GITHUB=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e '/^#ifdef/ s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c
+USE_GITHUB=	yes
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so


More information about the svn-ports-all mailing list