Bug 190001 - [MAINTAINER] security/ccsrch: Change master site definition
Summary: [MAINTAINER] security/ccsrch: Change master site definition
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 14:00 UTC by Pavel Volkov
Modified: 2014-05-20 15:50 UTC (History)
0 users

See Also:


Attachments
ccsrch-1.0.3.patch (7.04 KB, patch)
2014-05-20 14:00 UTC, Pavel Volkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2014-05-20 14:00:00 UTC
- Change master site definition

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: suffix)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-05-20 15:34:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-20 15:43:51 UTC
Author: culot
Date: Tue May 20 14:43:44 2014
New Revision: 354642
URL: http://svnweb.freebsd.org/changeset/ports/354642
QAT: https://qat.redports.org/buildarchive/r354642/

Log:
  - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macro
  
  PR:		ports/190001
  Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)

Modified:
  head/security/ccsrch/Makefile

Modified: head/security/ccsrch/Makefile
==============================================================================
--- head/security/ccsrch/Makefile	Tue May 20 14:30:11 2014	(r354641)
+++ head/security/ccsrch/Makefile	Tue May 20 14:43:44 2014	(r354642)
@@ -5,7 +5,7 @@ PORTNAME=	ccsrch
 PORTVERSION=	1.0.3
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://downloads.sourceforge.net/project/${MASTER_SITE_SUBDIR}/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2014-05-20 15:43:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!