FreeBSD Bugzilla – Attachment 204604 Details for
Bug 237984
print/dot2tex: Update to 2.11.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to fix an error "Package names are not unique"
print_dot2tex.patch (text/plain), 1.24 KB, created by
TAKATSU Tomonari
on 2019-05-25 16:45:54 UTC
(
hide
)
Description:
A patch to fix an error "Package names are not unique"
Filename:
MIME Type:
Creator:
TAKATSU Tomonari
Created:
2019-05-25 16:45:54 UTC
Size:
1.24 KB
patch
obsolete
>Index: dot2tex/Makefile >=================================================================== >--- dot2tex/Makefile (revision 502591) >+++ dot2tex/Makefile (working copy) >@@ -2,8 +2,9 @@ > # $FreeBSD$ > > PORTNAME= dot2tex >-PORTVERSION= 2.9.0 >-CATEGORIES= print >+PORTVERSION= 2.11.3 >+CATEGORIES= print python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= tota@FreeBSD.org > COMMENT= Graphviz to LaTeX converter >@@ -14,10 +15,11 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:devel/py-pyparsing@${PY_FLAVOR} \ > dot:graphics/graphviz > >-NO_ARCH= yes >-USES= python:2.7 >-USE_PYTHON= distutils autoplist >+USES= python >+USE_PYTHON= autoplist distutils > USE_GITHUB= yes > GH_ACCOUNT= kjellmf > >+NO_ARCH= yes >+ > .include <bsd.port.mk> >Index: dot2tex/distinfo >=================================================================== >--- dot2tex/distinfo (revision 502591) >+++ dot2tex/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 7a182868f72fd5e59899f85006c3b559ac4157ade003f3e208341a9a5b46d2fa >-SIZE (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 663372 >+TIMESTAMP = 1558294798 >+SHA256 (kjellmf-dot2tex-2.11.3_GH0.tar.gz) = e7205ed17edf7e8a7a816f13da5c74fd8b88e1ad42cc3975a6943a32f59ad55b >+SIZE (kjellmf-dot2tex-2.11.3_GH0.tar.gz) = 664750
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 237984
:
204469
|
204520
|
204604
|
204751
|
205490