Summary: | [PATCH] comms/spandsp-devel: Makefile changed, take maintainership | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nemysis <nemysis> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
nemysis
2012-10-01 15:50:02 UTC
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! |