From 8ed56e8e1cc10eacd7658fa48f353a9d263c2e08 Mon Sep 17 00:00:00 2001 From: koobs Date: Thu, 21 Aug 2014 14:58:55 +0000 Subject: security/libprelude: Take MAINTAINER'ship, STAGE & Modernize - Take Maintainership - Enable STAGE support - Tweak MASTER_SITES https -> http (portlint) - Add LICENSE and LICENSE_FILE - Deprecate USE_AUTOTOOLS for libtool (-> USES) - Sort USES and OPTIONS - Use OPTIONS helpers as much as possible for now [1] - Add --enable-static to CONFIGURE_ARGS to retain the static lib - Assign and Use ETCDIR rather than hardcoding - Use the install-strip install target - Update pkg-plist, use @sample and other goodies While I'm here, bump dependent ports since our SHLIB major version has changed [1] https://reviews.freebsd.org/D665 Approved by: portmgr (implicit, bump unstaged port) --- net/nepenthes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 0fb687b7dc3f..105e1c88d1f7 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -3,7 +3,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} -- cgit