git: 91f385203050 - main - print/yatex: Update 1.82 → 1.83
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 22:28:59 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f385203050f4f53fba0757a131573a690851b3 commit 91f385203050f4f53fba0757a131573a690851b3 Author: Älven <alster@vinterdalen.se> AuthorDate: 2025-01-29 22:23:56 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-29 22:23:56 +0000 print/yatex: Update 1.82 → 1.83 Changelog (Japan): https://www.yatex.org/yatex-new.txt Improve port: - declare this package as using a wildcard architecture; - sort pkg-plist; - replace PORTVERSION with DISTVERSION; - replace http with https in MASTER_SITES and WWW; - pet portclippy. PR: 280856 Approved by: hrs (maintainer, timeout > 5 months) --- print/yatex/Makefile | 15 ++++++++------- print/yatex/distinfo | 6 +++--- print/yatex/pkg-plist | 6 +++--- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 3274a48d8523..1c3a652e4218 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -1,14 +1,13 @@ PORTNAME= yatex -PORTVERSION= 1.82 -PORTREVISION= 11 +DISTVERSION= 1.83 CATEGORIES?= print elisp -MASTER_SITES= http://www.yatex.org/ +MASTER_SITES= https://www.yatex.org/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Yet Another LaTeX mode and html mode on Emacs -WWW= http://www.yatex.org/ +WWW= https://www.yatex.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/LICENSE @@ -17,16 +16,18 @@ USES= dos2unix emacs EMACS_NO_DEPENDS= yes +NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message yatex-startup.el SUB_LIST= EMACS_SITE_LISPDIR="${EMACS_SITE_LISPDIR}" -OPTIONS_DEFINE= DOCS +INFO= yahtmle yahtmlj yatexe yatexj PORTDOCS= 00readme readme.meadow.j yatex.new yatexj.tex yatex.ref \ yahtmlj.tex htmlqa yatexadd.doc yatexgen.doc qanda \ yatexe.tex htmlqa.eng yahtmle.tex yatexref.eng qanda.eng -INFO= yahtmle yahtmlj yatexe yatexj + +OPTIONS_DEFINE= DOCS ELFILES=yahtml.el yatex.el yatex19.el yatex23.el yatexadd.el \ yatexenv.el yatexflt.el yatexgen.el yatexhie.el yatexhks.el \ diff --git a/print/yatex/distinfo b/print/yatex/distinfo index 94ba372b1f0a..b247df2f06d2 100644 --- a/print/yatex/distinfo +++ b/print/yatex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577370214 -SHA256 (yatex1.82.tar.gz) = d78f4afb4d34e73ab8b3a8d2848f5ab8ec5b159e880c268a9a9d0982fa6aeca1 -SIZE (yatex1.82.tar.gz) = 387358 +TIMESTAMP = 1723802993 +SHA256 (yatex1.83.tar.gz) = bbda91f652ff98ab72f55f16dfd57c6957159f7df66ce56bddef5d5f9c218158 +SIZE (yatex1.83.tar.gz) = 389259 diff --git a/print/yatex/pkg-plist b/print/yatex/pkg-plist index 54cb1f0e1ff6..a4003a9ccd19 100644 --- a/print/yatex/pkg-plist +++ b/print/yatex/pkg-plist @@ -1,4 +1,7 @@ +%%EMACS_SITE_LISPDIR%%/yatex/help/YATEXHLP.eng +%%EMACS_SITE_LISPDIR%%/yatex/help/YATEXHLP.jp %%EMACS_SITE_LISPDIR%%/yatex/yahtml.el +%%EMACS_SITE_LISPDIR%%/yatex/yatex-startup.el %%EMACS_SITE_LISPDIR%%/yatex/yatex.el %%EMACS_SITE_LISPDIR%%/yatex/yatex19.el %%EMACS_SITE_LISPDIR%%/yatex/yatex23.el @@ -15,6 +18,3 @@ %%EMACS_SITE_LISPDIR%%/yatex/yatexpkg.el %%EMACS_SITE_LISPDIR%%/yatex/yatexprc.el %%EMACS_SITE_LISPDIR%%/yatex/yatexsec.el -%%EMACS_SITE_LISPDIR%%/yatex/help/YATEXHLP.eng -%%EMACS_SITE_LISPDIR%%/yatex/help/YATEXHLP.jp -%%EMACS_SITE_LISPDIR%%/yatex/yatex-startup.el