svn commit: r324972 - head/textproc/po4a

Renato Botelho garga at FreeBSD.org
Mon Aug 19 11:00:22 UTC 2013


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 at 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 at 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


More information about the svn-ports-all mailing list