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 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