mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
- Update to 1.2
PR: ports/65526 Submitted by: <possamai@xs4all.nl> (maintainer)
This commit is contained in:
parent
2409930a44
commit
3b94e00784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107373
2 changed files with 13 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (callid-1.1.tar.gz) = 29ccde3cf488297f54689228d231ee97
|
||||
MD5 (callid-1.2.tar.gz) = ad0210d982f9041d4217f5e03a249f74
|
||||
SIZE (callid-1.2.tar.gz) = 71456
|
||||
|
|
Loading…
Add table
Reference in a new issue