diff options
author | pav <pav@FreeBSD.org> | 2004-04-18 03:45:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-18 03:45:44 +0800 |
commit | 1e939428ccf887b7b887e9fa96db94dfe3455d47 (patch) | |
tree | b7d7288b64a617755f2405b22e4ba79bfc995445 /misc | |
parent | 30b5b64a6e86b21116dc283e2626a8ffbed45557 (diff) | |
download | freebsd-ports-gnome-1e939428ccf887b7b887e9fa96db94dfe3455d47.tar.gz freebsd-ports-gnome-1e939428ccf887b7b887e9fa96db94dfe3455d47.tar.zst freebsd-ports-gnome-1e939428ccf887b7b887e9fa96db94dfe3455d47.zip |
- Update to 1.2
PR: ports/65526
Submitted by: <possamai@xs4all.nl> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/callid/Makefile | 16 | ||||
-rw-r--r-- | misc/callid/distinfo | 3 |
2 files changed, 13 insertions, 6 deletions
diff --git a/misc/callid/Makefile b/misc/callid/Makefile index 17c28a64c915..5f3ad353ac3d 100644 --- a/misc/callid/Makefile +++ b/misc/callid/Makefile @@ -6,22 +6,28 @@ # PORTNAME= callid -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= misc MASTER_SITES= http://www.xs4all.nl/~possamai/callid/ MAINTAINER= possamai@xs4all.nl COMMENT= Utility to log incoming calls using ISDN and output to mysql/php -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40 - USE_MYSQL= yes USE_PHP= yes WANT_PHP_WEB= yes NO_BUILD= yes -PORTDOCS= README TODO make-db.mysql +PORTDOCS= CHANGES README TODO make-db.mysql + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +.else +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +.endif pre-everything:: @${ECHO} "" @@ -51,4 +57,4 @@ post-install: ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/etc/rc.d/callid.sh ${PREFIX}/etc/rc.d/callid.sh; \ fi -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/callid/distinfo b/misc/callid/distinfo index 105ab477bb1a..0a2dd3a332fd 100644 --- a/misc/callid/distinfo +++ b/misc/callid/distinfo @@ -1 +1,2 @@ -MD5 (callid-1.1.tar.gz) = 29ccde3cf488297f54689228d231ee97 +MD5 (callid-1.2.tar.gz) = ad0210d982f9041d4217f5e03a249f74 +SIZE (callid-1.2.tar.gz) = 71456 |