Bug 172485 - [MAINTAINER] comms/spandsp-devel: Removed old MASTER_SITES
Summary: [MAINTAINER] comms/spandsp-devel: Removed old MASTER_SITES
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 12:00 UTC by nemysis
Modified: 2012-10-08 18:00 UTC (History)
0 users

See Also:


Attachments
spandsp-devel-0.0.6.p21.patch (504 bytes, patch)
2012-10-08 12:00 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-08 12:00:25 UTC
Removed old MASTER_SITES

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-10-08 17:28:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-08 17:58:05 UTC
Author: ak
Date: Mon Oct  8 16:57:52 2012
New Revision: 305551
URL: http://svn.freebsd.org/changeset/ports/305551

Log:
  - Update MASTER_SITES
  - Remove vestiges of old OPTIONS
  
  PR:	ports/172485
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)

Modified:
  head/comms/spandsp-devel/Makefile   (contents, props changed)

Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile	Mon Oct  8 16:53:09 2012	(r305550)
+++ head/comms/spandsp-devel/Makefile	Mon Oct  8 16:57:52 2012	(r305551)
@@ -3,8 +3,7 @@
 PORTNAME=	spandsp
 DISTVERSION=	0.0.6pre21
 CATEGORIES=	comms
-MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/ \
-		http://www.soft-switch.org/downloads/spandsp/old/
+MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/
 PKGNAMESUFFIX=	-devel
 EXTRACT_SUFX=	.tgz
 
@@ -40,7 +39,7 @@ CONFIGURE_ARGS+=--disable-doc
 .endif
 
 post-install:
-.if defined(WITH_DOXYGEN)
+.if ${PORT_OPTIONS:MDOXYGEN}
 	${MKDIR} ${DOCSDIR}
 	(cd ${WRKSRC}/doc && \
 		${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2012-10-08 17:59:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!