svn commit: r320742 - head/net-mgmt/pads

Boris Samorodov bsam at FreeBSD.org
Thu Jun 13 08:43:36 UTC 2013


Author: bsam
Date: Thu Jun 13 08:43:35 2013
New Revision: 320742
URL: http://svnweb.freebsd.org/changeset/ports/320742

Log:
  . remove shlib ABI version from LIB_DEPENDS;
  . bump PORTREVISION;
  . trim Makefile headers.

Modified:
  head/net-mgmt/pads/Makefile

Modified: head/net-mgmt/pads/Makefile
==============================================================================
--- head/net-mgmt/pads/Makefile	Thu Jun 13 08:16:38 2013	(r320741)
+++ head/net-mgmt/pads/Makefile	Thu Jun 13 08:43:35 2013	(r320742)
@@ -1,20 +1,16 @@
-# New ports collection makefile for: pads
-# Date created: 21 Feburary 2005
-# Whom: Andrew Thompson <andy at fud.org.nz>
-#
+# Created by: Andrew Thompson <andy at fud.org.nz>
 # $FreeBSD$
-#
 
 PORTNAME=	pads
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Passively detect network assets
 
-LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list