Bug 172212 - [PATCH] comms/spandsp-devel: Makefile changed, take maintainership
Summary: [PATCH] comms/spandsp-devel: Makefile changed, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 15:50 UTC by nemysis
Modified: 2012-10-01 18:00 UTC (History)
0 users

See Also:


Attachments
spandsp-devel-0.0.6.p21.patch (605 bytes, patch)
2012-10-01 15:50 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-10-01 15:50:02 UTC
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/
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-01 17:40:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-01 17:58:59 UTC
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-01 17:59:23 UTC
State Changed
From-To: open->closed

Committed, thank you!