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 /security/libpreludedb/Makefile | |
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 'security/libpreludedb/Makefile')
-rw-r--r-- | security/libpreludedb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 96e39c42c3a0..a69442ac991c 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpreludedb PORTVERSION= 1.0.1p1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/287/ |