- fix pkg-plist
- cleanup Makefile - remove MD5 from distfile PR: ports/147009
This commit is contained in:
parent
8d8c954d31
commit
3c8da93843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269093
2 changed files with 9 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= mod_log_sql
|
||||
PORTVERSION= 1.101
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www databases
|
||||
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
|
@ -29,18 +30,23 @@ USE_APACHE= 13+
|
|||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_DBI) || exists(${LOCALBASE}/include/dbi/dbi.h)
|
||||
CONFIGURE_ARGS+= --with-dbi=${LOCALBASE}
|
||||
LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi
|
||||
.endif
|
||||
. if ${APACHE_VERSION} == 13
|
||||
|
||||
.if ${APACHE_VERSION} == 13
|
||||
WITHOUT_SSL= YES
|
||||
APACHE2X= "@comment "
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
CONFIGURE_ARGS+= --disable-ssl
|
||||
SSL_PLIST= "@comment "
|
||||
.else
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (mod_log_sql-1.101.tar.bz2) = 16157f311eba364d8ee467078e7cc086
|
||||
SHA256 (mod_log_sql-1.101.tar.bz2) = 0907579b0466844f7f1886af92a9ea36b4815ec869929ba577c74d32b6d69a5e
|
||||
SIZE (mod_log_sql-1.101.tar.bz2) = 127500
|
||||
|
|
Loading…
Reference in a new issue