svn commit: r370463 - head/databases/proftpd-mod_sql_postgres

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:09:40 UTC 2014


Author: bapt
Date: Wed Oct  8 17:09:39 2014
New Revision: 370463
URL: https://svnweb.freebsd.org/changeset/ports/370463
QAT: https://qat.redports.org/buildarchive/r370463/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/proftpd-mod_sql_postgres/Makefile

Modified: head/databases/proftpd-mod_sql_postgres/Makefile
==============================================================================
--- head/databases/proftpd-mod_sql_postgres/Makefile	Wed Oct  8 17:07:09 2014	(r370462)
+++ head/databases/proftpd-mod_sql_postgres/Makefile	Wed Oct  8 17:09:39 2014	(r370463)
@@ -12,10 +12,9 @@ LICENSE=	GPLv2
 
 DESCR=		${.CURDIR}/pkg-descr
 
-LATEST_LINK=	${PKGNAMEPREFIX}-${PORTNAME}
 MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 
-USE_PGSQL=	yes
+USES=	pgsql
 
 INCLUDEDIRS=	${LOCALBASE}/include
 LIBDIRS=	${LOCALBASE}/lib


More information about the svn-ports-all mailing list