Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 08:43:35 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320742 - head/net-mgmt/pads
Message-ID:  <201306130843.r5D8hZmP071852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@fud.org.nz>
-#
+# Created by: Andrew Thompson <andy@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@FreeBSD.org
 COMMENT=	Passively detect network assets
 
-LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306130843.r5D8hZmP071852>