Makefile changed +COMMENT= DSP library and software FAX machine +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff - Take maintainership Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found. port test: clean Build log RedPorts https://redports.org/buildarchive/20121001123724-30768/
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Mon Oct 1 16:58:49 2012 New Revision: 305136 URL: http://svn.freebsd.org/changeset/ports/305136 Log: - remove tiff shlib version - remove indefinite article from COMMENT - pass maintainership to submitter PR: 172212 Submitted by: nemysis <nemysis at gmx dot ch> Modified: head/comms/spandsp-devel/Makefile Modified: head/comms/spandsp-devel/Makefile ============================================================================== --- head/comms/spandsp-devel/Makefile Mon Oct 1 16:33:19 2012 (r305135) +++ head/comms/spandsp-devel/Makefile Mon Oct 1 16:58:49 2012 (r305136) @@ -8,10 +8,10 @@ MASTER_SITES= http://www.soft-switch.org PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= A DSP library and software FAX machine +MAINTAINER= nemysis@gmx.ch +COMMENT= DSP library and software FAX machine -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//} USE_AUTOTOOLS= libtool autoconf _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!