diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 07:51:57 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 07:51:57 +0800 |
commit | 5747c90f04d0cbb78761af893bfd44aa11d0ded7 (patch) | |
tree | cad589a91407f30f473ca1e714b4351d2608385e /security/openscep | |
parent | 0a164c81266003c0fc7b7f95c241b1f528487cdf (diff) | |
download | freebsd-ports-gnome-5747c90f04d0cbb78761af893bfd44aa11d0ded7.tar.gz freebsd-ports-gnome-5747c90f04d0cbb78761af893bfd44aa11d0ded7.tar.zst freebsd-ports-gnome-5747c90f04d0cbb78761af893bfd44aa11d0ded7.zip |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Adopt
- Bump PORTREVISION
Diffstat (limited to 'security/openscep')
-rw-r--r-- | security/openscep/Makefile | 6 | ||||
-rw-r--r-- | security/openscep/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 0a5853bab7d7..6dae230d1f5f 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -7,17 +7,17 @@ PORTNAME= openscep PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Open source scep server USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes USE_OPENLDAP= yes -USE_APACHE= yes +USE_APACHE= 1.3+ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/security/openscep/pkg-plist b/security/openscep/pkg-plist index c72bdeaa0bbd..d04b0ed59292 100644 --- a/security/openscep/pkg-plist +++ b/security/openscep/pkg-plist @@ -70,5 +70,6 @@ www/openscep/title.html www/openscep/updatecrl.8.html www/openscep/welcome.html @dirrm www/cgi-bin/openscep +@dirrm www/cgi-bin @dirrm www/openscep @dirrmtry etc/openscep |