diff options
author | flz <flz@FreeBSD.org> | 2006-07-04 00:29:42 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-07-04 00:29:42 +0800 |
commit | d396c14985bb4ee40412e59ffce58b06104e537d (patch) | |
tree | 42db22fdbebd8f6ba26bd17074b3393a604d500c /security/openbsm | |
parent | 37e948b7218a5d0207e196037a947f9a88f1b3cd (diff) | |
download | freebsd-ports-gnome-d396c14985bb4ee40412e59ffce58b06104e537d.tar.gz freebsd-ports-gnome-d396c14985bb4ee40412e59ffce58b06104e537d.tar.zst freebsd-ports-gnome-d396c14985bb4ee40412e59ffce58b06104e537d.zip |
- Update to 1.0-alpha7.
- Fix packing list when auditon(2) doesn't exist.
Diffstat (limited to 'security/openbsm')
-rw-r--r-- | security/openbsm/Makefile | 21 | ||||
-rw-r--r-- | security/openbsm/distinfo | 6 | ||||
-rw-r--r-- | security/openbsm/pkg-plist | 2 |
3 files changed, 18 insertions, 11 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index 3cd321a92730..2913011b8edf 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -6,14 +6,13 @@ # PORTNAME= openbsm -DISTVERSION= 1.0-alpha6 +DISTVERSION= 1.0-alpha7 CATEGORIES= security MASTER_SITES= http://www.trustedbsd.org/downloads/ DISTFILES= openbsm-${DISTVERSION}.tgz MAINTAINER= flz@FreeBSD.org COMMENT= Open Source Basic Security Module (BSM) Audit Implementation - WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -43,8 +42,18 @@ MAN5= audit.log.5 \ audit_event.5 \ audit_user.5 \ audit_warn.5 -MAN8= audit.8 \ - auditd.8 \ - auditfilterd.8 +MAN8= auditfilterd.8 + +.include <bsd.port.pre.mk> + +.if ( ( ${OSVERSION} < 500000 && ${OSVERSION} > 491101 ) || \ + ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \ + ${OSVERSION} >= 600000 ) +MAN8+= audit.8 \ + auditd.8 + +PLIST_FILES+= sbin/audit \ + sbin/auditd +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/openbsm/distinfo b/security/openbsm/distinfo index 0e55197cd7d9..c8b6fe71a92a 100644 --- a/security/openbsm/distinfo +++ b/security/openbsm/distinfo @@ -1,3 +1,3 @@ -MD5 (openbsm-1.0-alpha6.tgz) = b51efd862ee56afccbf9bc891366b835 -SHA256 (openbsm-1.0-alpha6.tgz) = e377c78a6acd55aceff279495dac5455c69174211fb1bf9c5fcfc9412ea2b8db -SIZE (openbsm-1.0-alpha6.tgz) = 445609 +MD5 (openbsm-1.0-alpha7.tgz) = 79bb9dc703c9f15eaf538342b7402206 +SHA256 (openbsm-1.0-alpha7.tgz) = 999a0342e2186c1e4b2cdf81458640c066980a895f2beaa0821cf9f80535faa1 +SIZE (openbsm-1.0-alpha7.tgz) = 449571 diff --git a/security/openbsm/pkg-plist b/security/openbsm/pkg-plist index 8348594bd475..5c695bdf3b43 100644 --- a/security/openbsm/pkg-plist +++ b/security/openbsm/pkg-plist @@ -16,6 +16,4 @@ lib/auditfilter_noop.a sbin/auditfilterd sbin/auditreduce sbin/praudit -sbin/audit -sbin/auditd @dirrm include/bsm |