1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.7.2

- Use PLIST_FILES

PR:		94746
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
This commit is contained in:
Emanuel Haupt 2006-03-21 01:47:02 +00:00
parent 34bc92bf6f
commit 879549d0e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157826
3 changed files with 10 additions and 14 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= listener
PORTVERSION= 1.6.5
PORTVERSION= 1.7.2
CATEGORIES= audio security
MASTER_SITES= http://www.vanheusden.com/listener/
MASTER_SITES= http://www.vanheusden.com/listener/ \
http://redundancy.redundancy.org/mirror/
EXTRACT_SUFX= .tgz
MAINTAINER= lx@redundancy.redundancy.org
@ -16,13 +17,14 @@ COMMENT= A program to listen for and record sound activity
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
DOCS= manual.html
PORTDOCS= manual.html
PLIST_FILES= bin/setlistener bin/listener bin/listenersoundpipe \
etc/listener.conf.sample
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (listener-1.6.5.tgz) = 3f8ad976534d06d7a2a48c3e5d3829d0
SHA256 (listener-1.6.5.tgz) = 6f1bc000a7be7d94b7a2342cfcfc2d9220a71e41703f75652068085390ec402b
SIZE (listener-1.6.5.tgz) = 18249
MD5 (listener-1.7.2.tgz) = 8ad9c24c45c7d28aed606304a2bf80bf
SHA256 (listener-1.7.2.tgz) = 7862ff99c3e85058dfb938d3b86fec299a69bedb845abd8a7f1cfd129062a49c
SIZE (listener-1.7.2.tgz) = 17489

View File

@ -1,6 +0,0 @@
bin/setlistener
bin/listener
bin/listenersoundpipe
etc/listener.conf.sample
%%PORTDOCS%%%%DOCSDIR%%/manual.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%