diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-02 10:10:26 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-02 10:10:26 +0000 |
commit | 36dcac34b59525959ff658c07bcffba0e0384756 (patch) | |
tree | bf259bddd003f31a6b0894d9cf0f8b8747330752 /textproc | |
parent | 2c593b06ebf55ffb02c01c8435511bb27386014d (diff) | |
download | ports-36dcac34b59525959ff658c07bcffba0e0384756.tar.gz ports-36dcac34b59525959ff658c07bcffba0e0384756.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 6 | ||||
-rw-r--r-- | textproc/modlogan/distinfo | 2 | ||||
-rw-r--r-- | textproc/modlogan/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 2b7cc2710089..a7ed2f1f98c8 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= modlogan -PORTVERSION= 0.7.12 -PORTREVISION= 1 +PORTVERSION= 0.7.13 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -35,6 +34,7 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client #USE_LIBTOOL= yes INSTALLS_SHLIB= yes #LIBTOOLFLAGS= --disable-ltlibs --release-suffix +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include .if defined(WITH_MYSQL) @@ -47,7 +47,7 @@ DOC1= faq.txt glosar manual.txt translations.txt \ using-plugins.txt writing-plugins.txt post-patch: - @${PERL} -pi -e 's:\@config_path\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in + @${REINPLACE_CMD} -e 's:\@config_path\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in post-configure: ${TOUCH} ${WRKSRC}/libltdl/config.status diff --git a/textproc/modlogan/distinfo b/textproc/modlogan/distinfo index bf02d0c58347..867eac5d4783 100644 --- a/textproc/modlogan/distinfo +++ b/textproc/modlogan/distinfo @@ -1 +1 @@ -MD5 (modlogan-0.7.12.tar.gz) = 429b06b2a8febf86bb6e19819e0be126 +MD5 (modlogan-0.7.13.tar.gz) = d6013a96c870c7827963b4574f1bbacf diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist index 02eb0f99d60c..242860597edd 100644 --- a/textproc/modlogan/pkg-plist +++ b/textproc/modlogan/pkg-plist @@ -27,6 +27,7 @@ lib/libmla_input_msiis.so lib/libmla_input_msmedia.so lib/libmla_input_netscape.so lib/libmla_input_null.so +lib/libmla_input_postfix.so lib/libmla_input_pureftpd.so lib/libmla_input_qmail.so lib/libmla_input_qmailscanner.so @@ -40,6 +41,7 @@ lib/libmla_input_wuftpd.so lib/libmla_mdata_brokenlink.so lib/libmla_mdata_count.so lib/libmla_mdata_match.so +lib/libmla_mdata_mailhist.so lib/libmla_mdata_netmask.so lib/libmla_mdata_query.so lib/libmla_mdata_record.so |