diff options
author | koobs <koobs@FreeBSD.org> | 2014-08-21 22:58:55 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-08-21 22:58:55 +0800 |
commit | 8ed56e8e1cc10eacd7658fa48f353a9d263c2e08 (patch) | |
tree | ecb0a6537a902edefef93a3ce0cc6c003c88cda4 /net | |
parent | aed182e5db2726c9376ecf2621881dbd0171e264 (diff) | |
download | freebsd-ports-gnome-8ed56e8e1cc10eacd7658fa48f353a9d263c2e08.tar.gz freebsd-ports-gnome-8ed56e8e1cc10eacd7658fa48f353a9d263c2e08.tar.zst freebsd-ports-gnome-8ed56e8e1cc10eacd7658fa48f353a9d263c2e08.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/nepenthes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |