FreeBSD Bugzilla – Attachment 162660 Details for
Bug 204185
security/py-kerberos: Update to 1.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/py-kerberos: update to 1.2.2
2015103100-patch-security_py-kerberos.txt (text/plain), 2.58 KB, created by
John W. O'Brien
on 2015-11-01 02:14:28 UTC
(
hide
)
Description:
security/py-kerberos: update to 1.2.2
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2015-11-01 02:14:28 UTC
Size:
2.58 KB
patch
obsolete
>Index: security/py-kerberos/Makefile >=================================================================== >--- security/py-kerberos/Makefile (revision 400425) >+++ security/py-kerberos/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= kerberos >-PORTVERSION= 1.1.1 >-PORTREVISION= 1 >+PORTVERSION= 1.2.2 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +18,6 @@ > USE_PYTHON= distutils autoplist > > post-patch: >- @${REINPLACE_CMD} -e 's|krb5|${PREFIX}/bin/krb5|g' ${WRKSRC}/setup.py >- @${REINPLACE_CMD} -e 's|split|replace("/usr/lib:", "").split|g' ${WRKSRC}/setup.py >+ @${REINPLACE_CMD} -e 's|%%BINDIR%%|${PREFIX}/bin|g' ${WRKSRC}/setup.py > > .include <bsd.port.mk> >Index: security/py-kerberos/distinfo >=================================================================== >--- security/py-kerberos/distinfo (revision 400425) >+++ security/py-kerberos/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (kerberos-1.1.1.tar.gz) = 09132e3b2027854e8714894546aff11f31e6051eb75513e774948e10a5dde6f5 >-SIZE (kerberos-1.1.1.tar.gz) = 15343 >+SHA256 (kerberos-1.2.2.tar.gz) = 070ff6d9baf3752323283b1c8ed75e2edd0ec55337359185abf5bb0b617d2f5d >+SIZE (kerberos-1.2.2.tar.gz) = 18890 >Index: security/py-kerberos/files/patch-setup.py >=================================================================== >--- security/py-kerberos/files/patch-setup.py (nonexistent) >+++ security/py-kerberos/files/patch-setup.py (working copy) >@@ -0,0 +1,23 @@ >+--- setup.py.orig 2015-03-27 01:15:10 UTC >++++ setup.py >+@@ -33,7 +33,7 @@ version_string = "1.2.2" >+ >+ description = "Kerberos high-level interface" >+ >+-long_description = file(joinpath(dirname(__file__), "README.rst")).read() >++long_description = open(joinpath(dirname(__file__), "README.rst")).read() >+ >+ url = "http://www.calendarserver.org/" >+ >+@@ -76,9 +76,9 @@ install_requirements = [] >+ >+ extras_requirements = {} >+ >+-extra_link_args = getoutput("krb5-config --libs gssapi").split() >++extra_link_args = getoutput("%%BINDIR%%/krb5-config --libs gssapi").replace("/usr/lib:", "").split() >+ >+-extra_compile_args = getoutput("krb5-config --cflags gssapi").split() >++extra_compile_args = getoutput("%%BINDIR%%/krb5-config --cflags gssapi").replace("/usr/lib:", "").split() >+ >+ >+ # > >Property changes on: security/py-kerberos/files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 204185
:
162660
|
162661
|
162662
|
162663
|
169898