Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 16:42:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422516 - head/textproc/txt2tags
Message-ID:  <201609201642.u8KGg2Ip094844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 20 16:42:02 2016
New Revision: 422516
URL: https://svnweb.freebsd.org/changeset/ports/422516

Log:
  textproc/txt2tags: new ubuntu MASTER_SITE to unbreak
  
  The distfile name changed but the hash still matches.
  The WRKSRC had to be explicitly defined with the distname change.

Modified:
  head/textproc/txt2tags/Makefile
  head/textproc/txt2tags/distinfo

Modified: head/textproc/txt2tags/Makefile
==============================================================================
--- head/textproc/txt2tags/Makefile	Tue Sep 20 16:40:31 2016	(r422515)
+++ head/textproc/txt2tags/Makefile	Tue Sep 20 16:42:02 2016	(r422516)
@@ -5,7 +5,8 @@ PORTNAME=	txt2tags
 PORTVERSION=	2.6
 PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://launchpad.net/ubuntu/+archive/primary/+files/
+DISTNAME=	txt2tags_${PORTVERSION}.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert simply formatted text into markup (e.g., HTML)
@@ -15,10 +16,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Unfetchable (google code has gone away)
 
-USES=		python:2 shebangfix tar:tgz
+USES=		python:2 shebangfix
 SHEBANG_FILES=	extras/html-update.sh txt2tags
 NO_BUILD=	yes
 NO_ARCH=	yes
+WRKSRC=		${WRKDIR}/txt2tags-${PORTVERSION}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	*

Modified: head/textproc/txt2tags/distinfo
==============================================================================
--- head/textproc/txt2tags/distinfo	Tue Sep 20 16:40:31 2016	(r422515)
+++ head/textproc/txt2tags/distinfo	Tue Sep 20 16:42:02 2016	(r422516)
@@ -1,2 +1,3 @@
-SHA256 (txt2tags-2.6.tgz) = 601467d7860f3cfb3d48050707c6277ff3ceb22fa7be4f5bd968de540ac5b05c
-SIZE (txt2tags-2.6.tgz) = 544724
+TIMESTAMP = 1474286603
+SHA256 (txt2tags_2.6.orig.tar.gz) = 601467d7860f3cfb3d48050707c6277ff3ceb22fa7be4f5bd968de540ac5b05c
+SIZE (txt2tags_2.6.orig.tar.gz) = 544724



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