Better @exec-update lines; don't produce an error with pkg_add updates
if the module is installed but not activated. From Mikolaj Kucharski with help from halex@, looks good to halex.
This commit is contained in:
parent
8629322874
commit
c55dec9048
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/17 10:29:43 sthen Exp $
|
||||
|
||||
COMMENT= provides HTTP Basic authentication via bsd auth
|
||||
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
VERSION= 0.8.2
|
||||
DISTNAME= bsdauth-${VERSION}
|
||||
PKGNAME= mod_auth_bsd-${VERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/06/26 19:19:45 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/09/17 10:29:43 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_auth_bsd/
|
||||
share/doc/mod_auth_bsd/README
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2011/06/02 13:41:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2011/09/17 10:29:43 sthen Exp $
|
||||
|
||||
COMMENT= Apache Kerberos authentication module
|
||||
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
DISTNAME= mod_auth_kerb-5.3
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/11/13 07:44:33 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
@unexec-delete rm -f ${MODAPACHE_FINAL}
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache LDAP authentication module
|
||||
|
||||
REVISION= 10
|
||||
REVISION= 11
|
||||
VERSION= 1.6.0
|
||||
DISTNAME= auth_ldap-${VERSION}
|
||||
PKGNAME= mod_auth_ldap-${VERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/21 20:25:40 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_auth_ldap/
|
||||
share/doc/mod_auth_ldap/auth_ldap.html
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache MySQL authentication module
|
||||
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
VERSION= 3.2
|
||||
DISTNAME= mod_auth_mysql-${VERSION}
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_auth_mysql/
|
||||
share/doc/mod_auth_mysql/README
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT = Apache PostgreSQL authentication module
|
||||
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
DISTNAME = mod_auth_pgsql-0.9.12
|
||||
CATEGORIES = www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/30 12:50:39 pea Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_auth_pgsql/
|
||||
share/doc/mod_auth_pgsql/mod_auth_pgsql.html
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
DISTNAME= mod_auth_radius-1.5.7
|
||||
CATEGORIES= www
|
||||
MODULES+= apache-module
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/examples/mod_auth_radius/
|
||||
share/examples/mod_auth_radius/htaccess-example
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/02 16:56:42 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= bandwidth limiter for Apache
|
||||
|
||||
V= 2.1
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
DISTFILES= mod_bandwidth.c cleanlink.pl:0
|
||||
DISTNAME= mod_bandwidth-${V}
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/06/21 10:58:38 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/cleanlink.pl
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_bandwidth/
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= class 1 and 2 DAV server for the Apache webserver
|
||||
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
DISTNAME= mod_dav-1.0.3-1.3.6
|
||||
PKGNAME= mod_dav-1.0.3
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/21 19:34:12 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_dav/
|
||||
share/doc/mod_dav/INSTALL
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache FastCGI module
|
||||
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
DISTNAME= mod_fastcgi-SNAP-0811090952
|
||||
# temporary workaround: as the original distname would prevent a seamless
|
||||
# update use the last offical version and append the date of the snapshot
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/06/22 14:48:23 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_fastcgi/
|
||||
share/doc/mod_fastcgi/LICENSE.TERMS
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/11/22 08:36:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache module for finding the country of web requests
|
||||
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
DISTNAME= mod_geoip_1.3.4
|
||||
PKGNAME= mod_geoip-1.3.4
|
||||
CATEGORIES= www geo
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_geoip/
|
||||
share/doc/mod_geoip/README
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= transparently compress Apache output
|
||||
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
DISTNAME= mod_gzip-1.3.26.1a
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_gzip/
|
||||
share/doc/mod_gzip/browser.htm
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2011/06/02 13:41:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache-Tomcat AJP Connector
|
||||
|
||||
V= 1.2.28
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
DISTNAME= tomcat-connectors-${V}-src
|
||||
PKGNAME= mod_jk-${V}
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2010/11/09 21:38:37 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_jk/
|
||||
share/doc/mod_jk/LICENSE
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/09/26 17:45:13 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache module for implementing a framework for doing design
|
||||
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
DISTNAME= mod_layout-3.4
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_layout/
|
||||
share/doc/mod_layout/directives/
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache LDAP based virtual hosts module
|
||||
|
||||
REVISION= 8
|
||||
REVISION= 9
|
||||
DISTNAME= mod_ldapvhost-1.0.2
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/06/22 14:53:20 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_ldapvhost/
|
||||
share/doc/mod_ldapvhost/mod_ldapvhost.conf
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache module for logging to an SQL database
|
||||
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
DISTNAME= mod_log_sql-1.18
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_log_sql/
|
||||
share/doc/mod_log_sql/contents.png
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= turns Apache into an MP3 or Ogg streaming server
|
||||
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
DISTNAME= mod_mp3-0.40
|
||||
CATEGORIES= www audio
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/01/30 20:41:41 okan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_mp3/
|
||||
share/doc/mod_mp3/faq.html
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2011/05/10 08:03:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= module that embeds a Perl interpreter into Apache
|
||||
|
||||
DISTNAME= mod_perl-1.31
|
||||
PKGNAME= ${DISTNAME}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://perl.apache.org/dist/ \
|
||||
${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.22 2011/05/10 08:03:49 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.23 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update if test -f ${MODAPACHE_FINAL}; then cp -fp %D/%F ${MODAPACHE_FINAL}; else :; fi
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
${P5ARCH}/Apache/
|
||||
${P5ARCH}/Apache.pm
|
||||
${P5ARCH}/Apache/Connection.pm
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/09/26 17:45:14 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache module that provides randomized services
|
||||
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
DISTNAME= mod_random-1.4
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_random/
|
||||
share/doc/mod_random/faq.html
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2011/09/16 12:00:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= module that embeds Ruby into Apache
|
||||
|
||||
DISTNAME= mod_ruby-1.2.6
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://modruby.net/
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/06/21 20:54:33 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
lib/ruby/1.8/apache/
|
||||
lib/ruby/1.8/apache/erb-run.rb
|
||||
lib/ruby/1.8/apache/eruby-debug.rb
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/26 17:45:14 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= apache interface for SCGI servers
|
||||
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
DISTNAME= scgi-1.12
|
||||
PKGNAME= mod_${DISTNAME}
|
||||
CATEGORIES= www
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/25 20:05:04 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_scgi/
|
||||
share/doc/mod_scgi/README.txt
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/09/26 17:45:14 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Web intrusion detection and prevention engine
|
||||
|
||||
VER= 1.9.3
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
DISTNAME= modsecurity-apache_${VER}
|
||||
PKGNAME= modsecurity-apache-${VER}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2007/06/30 15:32:30 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
share/doc/mod_security/
|
||||
share/doc/mod_security/CHANGES
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/09/26 17:45:14 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/17 10:29:44 sthen Exp $
|
||||
|
||||
COMMENT= Apache module designed to replace text/plain handler
|
||||
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
DISTNAME= mod_text2html-1.0
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/06/26 19:19:46 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/17 10:29:44 sthen Exp $
|
||||
lib/${MODAPACHE_MODULE}
|
||||
@exec-update test -f ${MODAPACHE_FINAL} && cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
||||
sbin/${MODAPACHE_ENABLE}
|
||||
@unexec-delete rm -f ${MODAPACHE_FINAL}
|
||||
|
Loading…
Reference in New Issue
Block a user