Date: Mon, 19 Aug 2013 11:48:26 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324975 - branches/RELENG_9_2_0/textproc/po4a Message-ID: <201308191148.r7JBmQCk093148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Mon Aug 19 11:48:26 2013 New Revision: 324975 URL: http://svnweb.freebsd.org/changeset/ports/324975 Log: MFH r324972: Unbreak po4a using old distfile while a proper solution with new one is not ready Approved by: portmgr (bdrewery) Modified: branches/RELENG_9_2_0/textproc/po4a/Makefile branches/RELENG_9_2_0/textproc/po4a/distinfo Modified: branches/RELENG_9_2_0/textproc/po4a/Makefile ============================================================================== --- branches/RELENG_9_2_0/textproc/po4a/Makefile Mon Aug 19 11:24:32 2013 (r324974) +++ branches/RELENG_9_2_0/textproc/po4a/Makefile Mon Aug 19 11:48:26 2013 (r324975) @@ -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: branches/RELENG_9_2_0/textproc/po4a/distinfo ============================================================================== --- branches/RELENG_9_2_0/textproc/po4a/distinfo Mon Aug 19 11:24:32 2013 (r324974) +++ branches/RELENG_9_2_0/textproc/po4a/distinfo Mon Aug 19 11:48:26 2013 (r324975) @@ -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?201308191148.r7JBmQCk093148>