From owner-svn-ports-head@FreeBSD.ORG Mon Jul 22 11:40:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FA476DC; Mon, 22 Jul 2013 11:40:32 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2786A27FE; Mon, 22 Jul 2013 11:40:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6MBeVoi042007; Mon, 22 Jul 2013 11:40:31 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6MBeVl7042005; Mon, 22 Jul 2013 11:40:31 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201307221140.r6MBeVl7042005@svn.freebsd.org> From: Renato Botelho Date: Mon, 22 Jul 2013 11:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323440 - head/textproc/po4a X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 11:40:32 -0000 Author: garga Date: Mon Jul 22 11:40:31 2013 New Revision: 323440 URL: http://svnweb.freebsd.org/changeset/ports/323440 Log: - Fix MASTER_SITES * Use LOCAL and fedora first since fetch cannot get file from alioth - Tarball was rerolled at some point, I couldn't find the old version to compare but I noted other projects like debian, gentoo and fedora are using the same tarball. - Make WRKSRC point to right place PR: ports/179647 [1], ports/180676 [2] Submitted by: John Marino [1], Holger Freyther Modified: head/textproc/po4a/Makefile head/textproc/po4a/distinfo Modified: head/textproc/po4a/Makefile ============================================================================== --- head/textproc/po4a/Makefile Mon Jul 22 11:35:56 2013 (r323439) +++ head/textproc/po4a/Makefile Mon Jul 22 11:40:31 2013 (r323440) @@ -4,7 +4,9 @@ PORTNAME= po4a PORTVERSION= 0.44 CATEGORIES= textproc perl5 -MASTER_SITES= http://alioth.debian.org/frs/download.php/3341/ +MASTER_SITES= LOCAL/garga/po4a \ + http://pkgs.fedoraproject.org/repo/pkgs/po4a/po4a-0.44.tar.gz/ff7b6859d729a52a57a880d6cf6a7fcf/ \ + http://alioth.debian.org/frs/download.php/file/3786/ MAINTAINER= garga@FreeBSD.org COMMENT= Brings gettext translation tools to all kinds of docs @@ -19,7 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gettext USE_PERL5= yes PERL_MODBUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-v0.40.1 MANPREFIX= ${PREFIX} MAN3PREFIX= ${MANPREFIX} Modified: head/textproc/po4a/distinfo ============================================================================== --- head/textproc/po4a/distinfo Mon Jul 22 11:35:56 2013 (r323439) +++ head/textproc/po4a/distinfo Mon Jul 22 11:40:31 2013 (r323440) @@ -1,2 +1,2 @@ -SHA256 (po4a-0.44.tar.gz) = 141e6d0cf37950e043a21ef4a22be1d9620bdcd8af9143bb64217ff6176ab930 -SIZE (po4a-0.44.tar.gz) = 1801072 +SHA256 (po4a-0.44.tar.gz) = 718479ff301bfc5182a653d2392bef7ef172fff4a4996902cb68e32372a3a608 +SIZE (po4a-0.44.tar.gz) = 2166715