Bug 188814 - portuguese/irpf-pt_BR: BROKEN because it's unfetchable
Summary: portuguese/irpf-pt_BR: BROKEN because it's unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-20 08:00 UTC by John Marino
Modified: 2014-05-06 16:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2014-04-20 08:00:00 UTC
=======================<phase: fetch          >============================
===>  License EULA accepted by the user
=> IRPF2014-1.0.zip doesn't seem to exist in /distfiles/.
=> Attempting to fetch http://www28.receita.fazenda.gov.br/publico/programas/IRPF/2014/PGDIRPF2014/Java/zip/IRPF2014-1.0.zip
fetch: http://www28.receita.fazenda.gov.br/publico/programas/IRPF/2014/PGDIRPF2014/Java/zip/IRPF2014-1.0.zip: Not Found
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/IRPF2014-1.0.zip
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/IRPF2014-1.0.zip: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /distfiles/ and try again.
*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-20 08:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2014-04-27 15:45:08 UTC
State Changed
From-To: open->closed

Close: the port has been marked BROKEN
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2014-05-06 04:39:51 UTC
State Changed
From-To: closed->open

Take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-06 16:43:16 UTC
Author: araujo
Date: Tue May  6 15:43:12 2014
New Revision: 353098
URL: http://svnweb.freebsd.org/changeset/ports/353098
QAT: https://qat.redports.org/buildarchive/r353098/

Log:
  - Update to 2014.1.4.
  - Mark as UNBROKEN.
  - Take maintainership.
  
  PR:		ports/188814
  Submitted by:	John Marino <freebsd@marino.st>

Modified:
  head/portuguese/irpf-pt_BR/Makefile
  head/portuguese/irpf-pt_BR/distinfo

Modified: head/portuguese/irpf-pt_BR/Makefile
==============================================================================
--- head/portuguese/irpf-pt_BR/Makefile	Tue May  6 14:44:07 2014	(r353097)
+++ head/portuguese/irpf-pt_BR/Makefile	Tue May  6 15:43:12 2014	(r353098)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	irpf
-PORTVERSION=	2014.1.0
+PORTVERSION=	2014.1.4
 CATEGORIES=	portuguese finance java
 MASTER_SITES=	http://www28.receita.fazenda.gov.br/publico/programas/IRPF/2014/PGDIRPF2014/Java/zip/
 PKGNAMEPREFIX?=	pt_BR-
-DISTNAME=	IRPF2014-1.0
+DISTNAME=	IRPF2014-1.4
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	Programa do Imposto de Renda Pessoa Fisica 2014 versao Java
 
 LICENSE=	EULA
@@ -17,8 +17,6 @@ LICENSE_FILE=	${WRKSRC}/IRPF-Licenses.tx
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 LICENSE_DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-BROKEN=		Unfetchable
-
 USES=		zip
 WRKSRC=		${WRKDIR}/${PORTNAME:tu}2014
 
@@ -32,7 +30,7 @@ PLIST_SUB=	JAR_DIR=${JAR_DIR}
 
 JAVAVM=		${LOCALBASE}/bin/java
 
-JAR_DIR=	${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
+JAR_DIR=	${JAVAJARDIR:S,^${PREFIX}/,,}${PORTNAME}
 
 DESKTOP_ENTRIES=	"Imposto de Renda Pessoa Fisica 2014" \
 			"${COMMENT}" \

Modified: head/portuguese/irpf-pt_BR/distinfo
==============================================================================
--- head/portuguese/irpf-pt_BR/distinfo	Tue May  6 14:44:07 2014	(r353097)
+++ head/portuguese/irpf-pt_BR/distinfo	Tue May  6 15:43:12 2014	(r353098)
@@ -1,2 +1,2 @@
-SHA256 (IRPF2014-1.0.zip) = 10be5eaaf627646a3c1d0c0fd05d976b0682ec1a03e53459a1f0ba99c70c8a38
-SIZE (IRPF2014-1.0.zip) = 19278166
+SHA256 (IRPF2014-1.4.zip) = bf3d75ea226ef30881bca88e91409890f60fce770a2c898fc9c698ee1f5a6f47
+SIZE (IRPF2014-1.4.zip) = 19244294
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Marcelo Araujo freebsd_committer freebsd_triage 2014-05-06 16:44:41 UTC
State Changed
From-To: open->closed

Port updated and fixed. Thanks!