Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 12:39:06 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475166 - head/textproc/yodl
Message-ID:  <201807231239.w6NCd64d063331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Jul 23 12:39:05 2018
New Revision: 475166
URL: https://svnweb.freebsd.org/changeset/ports/475166

Log:
  textproc/yodl: Update version 3.05.01=>3.10.00
  
  - Change MASTER_SITES to GITLAB
  - Add C++14 compiler support
  - Use OPTIONSNG
  - Update WWW
  
  Relnotes:	https://gitlab.com/fbb-git/yodl/commit/5fa97b175c85581d01329013cfdb4239f019b023

Modified:
  head/textproc/yodl/Makefile
  head/textproc/yodl/distinfo
  head/textproc/yodl/pkg-descr

Modified: head/textproc/yodl/Makefile
==============================================================================
--- head/textproc/yodl/Makefile	Mon Jul 23 12:29:03 2018	(r475165)
+++ head/textproc/yodl/Makefile	Mon Jul 23 12:39:05 2018	(r475166)
@@ -2,12 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	yodl
-PORTVERSION=	3.05.01
-PORTREVISION=	2
+PORTVERSION=	3.10.00
 CATEGORIES=	textproc
-MASTER_SITES=	SF
-DISTNAME=	${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX=	.orig.tar.gz
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Easy to use but powerful document formatting/preparation language
@@ -20,8 +16,11 @@ BUILD_DEPENDS=	icmake:devel/icmake \
 		bash:shells/bash \
 		gsed:textproc/gsed
 
-USES=		perl5 shebangfix compiler:c++11-lib
+USES=		perl5 shebangfix compiler:c++14-lang
 USE_PERL5=	build
+USE_GITLAB=	yes
+GL_ACCOUNT=	fbb-git
+GL_COMMIT=	5fa97b175c85581d01329013cfdb4239f019b023
 
 SHEBANG_LANG=	icmake
 icmake_OLD_CMD=	/usr/bin/icmake
@@ -48,16 +47,11 @@ PORTDOCS=	*
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC_SUBDIR=	${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
+DOCS_USE=	TEX=latex:build,dvipsk:build
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	latex:build dvipsk:build
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|"/usr"|"${PREFIX}"| ; \
 		s|"/share/yodl"|"/share/${PORTNAME}-${PORTVERSION}"| ; \
@@ -84,17 +78,17 @@ do-build:
 	@cd ${WRKSRC} && ./build programs strip
 	@cd ${WRKSRC} && ./build macros
 	@cd ${WRKSRC} && ./build man
-.if ${PORT_OPTIONS:MDOCS}
+
+do-build-DOCS-on:
 	@cd ${WRKSRC} && ./build manual
-.endif
 
 do-install:
 	@cd ${WRKSRC} && ./build install programs ${STAGEDIR}
 	@cd ${WRKSRC} && ./build install macros ${STAGEDIR}
 	@cd ${WRKSRC} && ./build install man ${STAGEDIR}
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
 	@cd ${WRKSRC} && ./build install manual ${STAGEDIR}
 	@cd ${WRKSRC} && ./build install docs ${STAGEDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/textproc/yodl/distinfo
==============================================================================
--- head/textproc/yodl/distinfo	Mon Jul 23 12:29:03 2018	(r475165)
+++ head/textproc/yodl/distinfo	Mon Jul 23 12:39:05 2018	(r475166)
@@ -1,2 +1,3 @@
-SHA256 (yodl_3.05.01.orig.tar.gz) = 5a3d0e1b2abbba87217cfdc6cd354a00df8d782572495bbddbdfbd4f47fe0d3e
-SIZE (yodl_3.05.01.orig.tar.gz) = 302038
+TIMESTAMP = 1532265417
+SHA256 (fbb-git-yodl-5fa97b175c85581d01329013cfdb4239f019b023_GL0.tar.gz) = 18a397c3285f8eb77f95c7d4dcd731ac5999b7ae6e7585625dfc8e530e646539
+SIZE (fbb-git-yodl-5fa97b175c85581d01329013cfdb4239f019b023_GL0.tar.gz) = 283086

Modified: head/textproc/yodl/pkg-descr
==============================================================================
--- head/textproc/yodl/pkg-descr	Mon Jul 23 12:29:03 2018	(r475165)
+++ head/textproc/yodl/pkg-descr	Mon Jul 23 12:39:05 2018	(r475166)
@@ -3,4 +3,4 @@ powerful document preparation language.  It also inclu
 convert documents written in that language to several formats, including
 ASCII, man page format, LaTeX, DVI, XML, and HTML.
 
-WWW: http://yodl.sourceforge.net/
+WWW: http://fbb-git.gitlab.io/yodl/



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