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 /www | |
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 'www')
-rw-r--r-- | www/py-prewikka/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index efa570d51989..a97353be25c8 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -3,6 +3,7 @@ PORTNAME= prewikka PORTVERSION= 1.0.1p1 +PORTREVISION= 1 CATEGORIES= www security python MASTER_SITES= https://www.prelude-ids.org/attachments/download/286/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |