svn commit: r461071 - head/print/latexdiff
Jason E. Hale
jhale at FreeBSD.org
Tue Feb 6 16:13:06 UTC 2018
Author: jhale
Date: Tue Feb 6 16:13:05 2018
New Revision: 461071
URL: https://svnweb.freebsd.org/changeset/ports/461071
Log:
- Update to 1.2.1
- Fetch from Github because the releases on CTAN are not versioned
- Fix LICENSE
Relnotes: https://github.com/ftilmann/latexdiff/releases/tag/1.2.1
Modified:
head/print/latexdiff/Makefile
head/print/latexdiff/distinfo
Modified: head/print/latexdiff/Makefile
==============================================================================
--- head/print/latexdiff/Makefile Tue Feb 6 15:55:38 2018 (r461070)
+++ head/print/latexdiff/Makefile Tue Feb 6 16:13:05 2018 (r461071)
@@ -2,19 +2,17 @@
# $FreeBSD$
PORTNAME= latexdiff
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= print perl5
-MASTER_SITES= TEX_CTAN/support
-DISTNAME= ${PORTNAME}
-DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
+MASTER_SITES= https://github.com/ftilmann/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= jhale at FreeBSD.org
COMMENT= Determine and mark up significant differences between latex files
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= perl5 zip
+USES= perl5
USE_PERL5= run
NO_ARCH= yes
NO_BUILD= yes
Modified: head/print/latexdiff/distinfo
==============================================================================
--- head/print/latexdiff/distinfo Tue Feb 6 15:55:38 2018 (r461070)
+++ head/print/latexdiff/distinfo Tue Feb 6 16:13:05 2018 (r461071)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479495679
-SHA256 (latexdiff/1.2.0/latexdiff.zip) = 89948da205178c83ca882189fb3487f967dbdc87bb050e325f58cff865afb473
-SIZE (latexdiff/1.2.0/latexdiff.zip) = 483041
+TIMESTAMP = 1517932700
+SHA256 (latexdiff-1.2.1.tar.gz) = 12634c8ec5c68b173d3906679bb09330e724491c6a64e675989217cf4790604e
+SIZE (latexdiff-1.2.1.tar.gz) = 491542
More information about the svn-ports-all
mailing list