svn commit: r383506 - head/net-mgmt/netdisco

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 7 12:23:23 UTC 2015


Author: bapt
Date: Tue Apr  7 12:23:22 2015
New Revision: 383506
URL: https://svnweb.freebsd.org/changeset/ports/383506

Log:
  Reconvert to USES=pgsql reverted by mistake in r381383
  Bump portrevision as USE_PGSQL is now doing nothing

Modified:
  head/net-mgmt/netdisco/Makefile

Modified: head/net-mgmt/netdisco/Makefile
==============================================================================
--- head/net-mgmt/netdisco/Makefile	Tue Apr  7 12:21:41 2015	(r383505)
+++ head/net-mgmt/netdisco/Makefile	Tue Apr  7 12:23:22 2015	(r383506)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netdisco
 PORTVERSION=	2.031012
+PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OLIVER
@@ -80,9 +81,8 @@ SUB_LIST=	SITE_PERL=${STAGEDIR}${SITE_PE
 		ETCDIR_REL=${ETCDIR_REL}
 PLIST_SUB+=	ETCDIR=${ETCDIR}
 
-USES=		perl5
+USES=		perl5 pgsql
 USE_PERL5=	configure
-USE_PGSQL=	yes
 
 USE_RC_SUBR=	netdisco
 


More information about the svn-ports-head mailing list