FreeBSD Bugzilla – Attachment 254258 Details for
Bug 282106
print/rtf2latex2e: update 2.2.2 → 2.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] print/rtf2latex2e: update 2.2.2 → 2.2.3
0001-print-rtf2latex2e-update-2.2.2-2.2.3.patch (text/plain), 3.87 KB, created by
Älven
on 2024-10-15 12:58:23 UTC
(
hide
)
Description:
[PATCH] print/rtf2latex2e: update 2.2.2 → 2.2.3
Filename:
MIME Type:
Creator:
Älven
Created:
2024-10-15 12:58:23 UTC
Size:
3.87 KB
patch
obsolete
>From ea18868a7660efc3031cdd0c8e136ef2b6229099 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Tue, 15 Oct 2024 16:34:07 +0400 >Subject: [PATCH] print/rtf2latex2e: update 2.2.2 â 2.2.3 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > print/rtf2latex2e/Makefile | 14 ++++++++++---- > print/rtf2latex2e/distinfo | 5 +++-- > print/rtf2latex2e/files/patch-Makefile | 11 +++++++++++ > print/rtf2latex2e/pkg-plist | 26 +++++++++++++------------- > 4 files changed, 37 insertions(+), 19 deletions(-) > create mode 100644 print/rtf2latex2e/files/patch-Makefile > >diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile >index 65237ae0fb2a..ef4be955f0b8 100644 >--- a/print/rtf2latex2e/Makefile >+++ b/print/rtf2latex2e/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= rtf2latex2e >-DISTVERSION= 2-2-2 >-PORTREVISION= 1 >+DISTVERSION= 2-2-3 > CATEGORIES= print > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2 > >@@ -9,9 +8,16 @@ COMMENT= Newer filter that converts RTF (MS Rich Text Format) into LaTeX > WWW= https://sourceforge.net/projects/rtf2latex2e/ > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/doc/GPL_license > > USES= gmake >-MAKE_ARGS= CC="${CC}" \ >- mandir=${PREFIX}/share/man/ >+ >+MAKE_ARGS= CC="${CC}" mandir=${MANDIRS} >+TEST_TARGET= test >+ >+CFLAGS+= -fcommon >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > > .include <bsd.port.mk> >diff --git a/print/rtf2latex2e/distinfo b/print/rtf2latex2e/distinfo >index ddcd034841f8..62428b6e74d1 100644 >--- a/print/rtf2latex2e/distinfo >+++ b/print/rtf2latex2e/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (rtf2latex2e-2-2-2.tar.gz) = eb742af22f2ae43c40ea1abc5f50215e04779e51dc9d91cac9276b98f91bb1af >-SIZE (rtf2latex2e-2-2-2.tar.gz) = 1103749 >+TIMESTAMP = 1728993749 >+SHA256 (rtf2latex2e-2-2-3.tar.gz) = 7ef86edea11d5513cd86789257a91265fc82d978541d38ab2c08d3e9d6fcd3c3 >+SIZE (rtf2latex2e-2-2-3.tar.gz) = 1207871 >diff --git a/print/rtf2latex2e/files/patch-Makefile b/print/rtf2latex2e/files/patch-Makefile >new file mode 100644 >index 000000000000..32e055ceac50 >--- /dev/null >+++ b/print/rtf2latex2e/files/patch-Makefile >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2024-10-15 12:27:32 UTC >++++ Makefile >+@@ -66,7 +66,7 @@ PREFS = pref/latex-encoding pref >+ pref/cp936raw.txt pref/cp932raw.txt \ >+ pref/rtf-encoding.cp1251 >+ >+-DOCS = doc/GPL_license doc/ChangeLog \ >++DOCS = doc/GPL_license doc/Changelog \ >+ doc/rtf2latexDoc.tex doc/rtf2latex2e.1 \ >+ doc/Makefile \ >+ >diff --git a/print/rtf2latex2e/pkg-plist b/print/rtf2latex2e/pkg-plist >index 9337ff001fed..d7fc7fecde1d 100644 >--- a/print/rtf2latex2e/pkg-plist >+++ b/print/rtf2latex2e/pkg-plist >@@ -1,23 +1,23 @@ > bin/rtf2latex2e > share/man/man1/rtf2latex2e.1.gz >-%%DATADIR%%/latex-encoding.latin1 >-%%DATADIR%%/rtf-encoding.cp1250 >+%%DATADIR%%/cp932raw.txt >+%%DATADIR%%/cp936raw.txt > %%DATADIR%%/latex-encoding >-%%DATADIR%%/latex-encoding.german >+%%DATADIR%%/latex-encoding.cp1250 > %%DATADIR%%/latex-encoding.cp1252 >-%%DATADIR%%/rtf-encoding.mac >-%%DATADIR%%/rtf-encoding.cp1254 >-%%DATADIR%%/rtf-encoding.cp437 >+%%DATADIR%%/latex-encoding.german >+%%DATADIR%%/latex-encoding.latin1 >+%%DATADIR%%/latex-encoding.mac > %%DATADIR%%/r2l-head >-%%DATADIR%%/rtf-ctrl >+%%DATADIR%%/r2l-map > %%DATADIR%%/r2l-pref >+%%DATADIR%%/rtf-ctrl >+%%DATADIR%%/rtf-encoding.cp1250 > %%DATADIR%%/rtf-encoding.cp1251 >-%%DATADIR%%/rtf-encoding.cp850 >-%%DATADIR%%/cp932raw.txt >-%%DATADIR%%/latex-encoding.mac >-%%DATADIR%%/latex-encoding.cp1250 > %%DATADIR%%/rtf-encoding.cp1252 >-%%DATADIR%%/r2l-map >+%%DATADIR%%/rtf-encoding.cp1254 >+%%DATADIR%%/rtf-encoding.cp437 >+%%DATADIR%%/rtf-encoding.cp850 >+%%DATADIR%%/rtf-encoding.mac > %%DATADIR%%/rtf-encoding.next >-%%DATADIR%%/cp936raw.txt > %%DATADIR%%/rtf-encoding.symbolfont >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282106
:
254258
|
254542
|
254552