From tkato432@yahoo.com  Mon Oct  8 18:02:01 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 06027106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  8 Oct 2012 18:01:54 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id A3D838FC1B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  8 Oct 2012 18:01:53 +0000 (UTC)
Received: from localhost.localdomain (ZT030227.ppp.dion.ne.jp [59.128.30.227])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 87C5523C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  9 Oct 2012 03:01:45 +0900 (JST)
Message-Id: <20121009025638.b935db1c9e5b320ba99e459c@yahoo.com>
Date: Tue, 9 Oct 2012 02:56:38 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: multimedia/aegisub: Update MASTER_SITES

>Number:         172508
>Category:       ports
>Synopsis:       multimedia/aegisub: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 18:10:17 UTC 2012
>Closed-Date:    Thu Oct 18 09:16:12 UTC 2012
>Last-Modified:  Thu Oct 18 09:16:12 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/aegisub/Makefile multimedia/aegisub/Makefile
--- /usr/ports/multimedia/aegisub/Makefile	2012-07-26 14:40:22.000000000 +0900
+++ multimedia/aegisub/Makefile	2012-10-09 01:56:48.000000000 +0900
@@ -1,21 +1,15 @@
-# New ports collection makefile for:	aegisub
-# Date created:				2nd March 2010
-# Whom:					Leinier Cruz Salfran <salfrancl@yahoo.es>
-#
+# Created by: Leinier Cruz Salfran <salfrancl@yahoo.es>
 # $FreeBSD: ports/multimedia/aegisub/Makefile,v 1.12 2012/07/26 05:40:22 bapt Exp $
-#    $MCom: ports-stable/multimedia/aegisub/Makefile,v 0.14 2010/03/10 17:02:00 salfrancl Exp $
-#      $Id: Makefile,v 0.14 2010/03/10 17:02:00 salfrancl Exp $
-#
 
 PORTNAME=	aegisub
 PORTVERSION=	2.1.9
 PORTREVISION=	1
 CATEGORIES=	multimedia
-MASTER_SITES=	http://ftp.aegisub.org/pub/releases/ \
-		http://ftp2.aegisub.org/pub/releases/ \
-		ftp://ftp.aegisub.org/pub/releases/ \
-		ftp://ftp2.aegisub.org/pub/releases/ \
+MASTER_SITES=	http://ftp.aegisub.org/pub/archives/releases/source/ \
+		ftp://ftp.aegisub.org/pub/archives/releases/srouce/ \
+		ftp://ftp2.aegisub.org/pub/archives/releases/source/ \
 		GOOGLE_CODE:ffms
+PROJECTHOST=	ffmpegsource
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${FFMS_DISTFILE}:ffms
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -24,7 +18,7 @@
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig
 
 OPTIONS_DEFINE=	DEBUG PROFILE GCOV EFENCE ASS ALSA OPENAL PORTAUDIO PULSEAUDIO \
 		FFMPEG HUNSPELL LUA DOCS
@@ -55,7 +49,6 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PROJECTHOST=	ffmpegsource
 FFMS_NAME=	ffms
 FFMS_VERSION=	2.17
 FFMS_DISTNAME=	${FFMS_NAME}-${FFMS_VERSION}-src
@@ -78,7 +71,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MEFENCE}
-LIB_DEPENDS+=	efence.0:${PORTSDIR}/devel/ElectricFence
+LIB_DEPENDS+=	efence:${PORTSDIR}/devel/ElectricFence
 CONFIGURE_ARGS+=	--enable-efence
 WITH_PROFILE=	yes
 .endif
@@ -88,13 +81,13 @@
 .endif
 
 .if ${PORT_OPTIONS:MASS}
-LIB_DEPENDS+=	ass.5:${PORTSDIR}/multimedia/libass
+LIB_DEPENDS+=	ass:${PORTSDIR}/multimedia/libass
 .else
 CONFIGURE_ARGS+=	--without-libass
 .endif
 
 .if ${PORT_OPTIONS:MALSA}
-LIB_DEPENDS+=	asound.2:${PORTSDIR}/audio/alsa-lib
+LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
 .else
 CONFIGURE_ARGS+=	--without-alsa
 .endif
@@ -116,13 +109,13 @@
 .endif
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+=	pulse:${PORTSDIR}/audio/pulseaudio
 .else
 CONFIGURE_ARGS+=	--without-pulseaudio
 .endif
 
 .if ${PORT_OPTIONS:MFFMPEG}
-LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+LIB_DEPENDS+=	avcodec:${PORTSDIR}/multimedia/ffmpeg
 CONFIGURE_ENV+=	FFMS_CFLAGS="${FFMS_CFLAGS}" FFMS_LIBS="${FFMS_LIBS}"
 CONFIGURE_ARGS+=	--with-provider-video=ffmpegsource \
 			--with-provider-audio=ffmpegsource
@@ -132,7 +125,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MHUNSPELL}
-LIB_DEPENDS+=	hunspell-1.3.0:${PORTSDIR}/textproc/hunspell
+LIB_DEPENDS+=	hunspell-1.3:${PORTSDIR}/textproc/hunspell
 .else
 CONFIGURE_ARGS+=	--without-hunspell
 .endif
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 8 18:11:32 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172508 
State-Changed-From-To: open->closed 
State-Changed-By: jhale 
State-Changed-When: Thu Oct 18 09:16:11 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172508 
>Unformatted:
