Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 04:07:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425678 - head/textproc/txt2tags
Message-ID:  <201611080407.uA847vtf093313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov  8 04:07:57 2016
New Revision: 425678
URL: https://svnweb.freebsd.org/changeset/ports/425678

Log:
  textproc/txt2tags: switch to new home
  
  - Install more .pdf documentation files
  
  PR:		212948
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>

Modified:
  head/textproc/txt2tags/Makefile   (contents, props changed)
  head/textproc/txt2tags/distinfo   (contents, props changed)
  head/textproc/txt2tags/pkg-descr   (contents, props changed)

Modified: head/textproc/txt2tags/Makefile
==============================================================================
--- head/textproc/txt2tags/Makefile	Tue Nov  8 03:54:30 2016	(r425677)
+++ head/textproc/txt2tags/Makefile	Tue Nov  8 04:07:57 2016	(r425678)
@@ -3,10 +3,8 @@
 
 PORTNAME=	txt2tags
 PORTVERSION=	2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
-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)
@@ -14,11 +12,12 @@ COMMENT=	Convert simply formatted text i
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:2 shebangfix
+USE_GITHUB=	yes
+
+USES=		python:2 shebangfix tar:tgz
 SHEBANG_FILES=	extras/html-update.sh txt2tags
 NO_BUILD=	yes
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}/txt2tags-${PORTVERSION}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	*
@@ -36,6 +35,6 @@ do-install-EXAMPLES-on:
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/userguide.pdf ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/textproc/txt2tags/distinfo
==============================================================================
--- head/textproc/txt2tags/distinfo	Tue Nov  8 03:54:30 2016	(r425677)
+++ head/textproc/txt2tags/distinfo	Tue Nov  8 04:07:57 2016	(r425678)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474286603
-SHA256 (txt2tags_2.6.orig.tar.gz) = 601467d7860f3cfb3d48050707c6277ff3ceb22fa7be4f5bd968de540ac5b05c
-SIZE (txt2tags_2.6.orig.tar.gz) = 544724
+TIMESTAMP = 1474656184
+SHA256 (txt2tags-txt2tags-2.6_GH0.tar.gz) = c87b911ac5cc97dd2fdb6067601cf4fbd0094a065f6b7a593142fa75e3a924c1
+SIZE (txt2tags-txt2tags-2.6_GH0.tar.gz) = 4509515

Modified: head/textproc/txt2tags/pkg-descr
==============================================================================
--- head/textproc/txt2tags/pkg-descr	Tue Nov  8 03:54:30 2016	(r425677)
+++ head/textproc/txt2tags/pkg-descr	Tue Nov  8 04:07:57 2016	(r425678)
@@ -1,3 +1,3 @@
 txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
 
-WWW: http://txt2tags.sourceforge.net/
+WWW: http://txt2tags.org/



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