svn commit: r404705 - head/finance/ledgersmb

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 23:22:47 UTC 2015


Author: rakuco
Date: Mon Dec 28 23:22:45 2015
New Revision: 404705
URL: https://svnweb.freebsd.org/changeset/ports/404705

Log:
  Fix MASTER_SITES and unmark broken.

Modified:
  head/finance/ledgersmb/Makefile

Modified: head/finance/ledgersmb/Makefile
==============================================================================
--- head/finance/ledgersmb/Makefile	Mon Dec 28 23:22:39 2015	(r404704)
+++ head/finance/ledgersmb/Makefile	Mon Dec 28 23:22:45 2015	(r404705)
@@ -5,13 +5,11 @@ PORTNAME=	ledger-smb
 PORTVERSION=	1.1.12
 PORTREVISION=	3
 CATEGORIES=	finance perl5
-MASTER_SITES=	SF/${PORTNAME}/ledgersmb/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/Releases/archive-1.1/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Double entry accounting system
 
-BROKEN=		unfetchable
-
 BUILD_DEPENDS=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list