svn commit: r422516 - head/textproc/txt2tags

John Marino marino at FreeBSD.org
Tue Sep 20 16:42:03 UTC 2016


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


More information about the svn-ports-head mailing list