diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-06 16:13:05 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-06 16:13:05 +0000 |
commit | 97ee7ba5f37b742870f34ad875331d26cbf939a9 (patch) | |
tree | f89551fe8c00c10e432416052027a5453a3b2b1b /print/latexdiff | |
parent | 1edaa1787d9f7737ce964ddbe0c55a2a9db1fd54 (diff) | |
download | ports-97ee7ba5f37b742870f34ad875331d26cbf939a9.tar.gz ports-97ee7ba5f37b742870f34ad875331d26cbf939a9.zip |
Notes
Diffstat (limited to 'print/latexdiff')
-rw-r--r-- | print/latexdiff/Makefile | 10 | ||||
-rw-r--r-- | print/latexdiff/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index 921608f02e4d..aab3894d7f6f 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -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@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 diff --git a/print/latexdiff/distinfo b/print/latexdiff/distinfo index 5959325d27c3..073372e7e710 100644 --- a/print/latexdiff/distinfo +++ b/print/latexdiff/distinfo @@ -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 |