Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 11:00:21 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324972 - head/textproc/po4a
Message-ID:  <201308191100.r7JB0L5J051446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Aug 19 11:00:21 2013
New Revision: 324972
URL: http://svnweb.freebsd.org/changeset/ports/324972

Log:
  Unbreak po4a using old distfile while a proper solution with new one is not
  ready
  
  Thanks to:	John Marino <marino@FreeBSD.org>

Modified:
  head/textproc/po4a/Makefile
  head/textproc/po4a/distinfo

Modified: head/textproc/po4a/Makefile
==============================================================================
--- head/textproc/po4a/Makefile	Mon Aug 19 10:15:12 2013	(r324971)
+++ head/textproc/po4a/Makefile	Mon Aug 19 11:00:21 2013	(r324972)
@@ -4,9 +4,8 @@
 PORTNAME=	po4a
 PORTVERSION=	0.44
 CATEGORIES=	textproc perl5
-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/
+MASTER_SITES=	LOCAL/garga/po4a/orig \
+		http://leaf.dragonflybsd.org/~marino/dports-src/
 
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	Brings gettext translation tools to all kinds of docs
@@ -21,8 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		gettext
 USE_PERL5=	yes
 PERL_MODBUILD=	yes
-
-BROKEN=		Installing files in wrong place
+WRKSRC=		${WRKDIR}/${PORTNAME}-v0.40.1
 
 MANPREFIX=	${PREFIX}
 MAN3PREFIX=	${MANPREFIX}

Modified: head/textproc/po4a/distinfo
==============================================================================
--- head/textproc/po4a/distinfo	Mon Aug 19 10:15:12 2013	(r324971)
+++ head/textproc/po4a/distinfo	Mon Aug 19 11:00:21 2013	(r324972)
@@ -1,2 +1,2 @@
-SHA256 (po4a-0.44.tar.gz) = 718479ff301bfc5182a653d2392bef7ef172fff4a4996902cb68e32372a3a608
-SIZE (po4a-0.44.tar.gz) = 2166715
+SHA256 (po4a-0.44.tar.gz) = 141e6d0cf37950e043a21ef4a22be1d9620bdcd8af9143bb64217ff6176ab930
+SIZE (po4a-0.44.tar.gz) = 1801072



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308191100.r7JB0L5J051446>