Index: Makefile =================================================================== --- Makefile (revision 376889) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= python27 PORTVERSION= 2.7.9 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} Index: files/patch-configure =================================================================== --- files/patch-configure (revision 0) +++ files/patch-configure (working copy) @@ -0,0 +1,14 @@ +--- configure.orig 2015-02-01 23:20:26 UTC ++++ configure +@@ -5355,11 +5355,6 @@ $as_echo "#define Py_ENABLE_SHARED 1" >> + LDLIBRARY='libpython$(VERSION).so' + BLDLIBRARY='-L. -lpython$(VERSION)' + RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} +- case $ac_sys_system in +- FreeBSD*) +- SOVERSION=`echo $SOVERSION|cut -d "." -f 1` +- ;; +- esac + INSTSONAME="$LDLIBRARY".$SOVERSION + ;; + hp*|HP*) Property changes on: files/patch-configure ___________________________________________________________________ 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 Index: pkg-plist =================================================================== --- pkg-plist (revision 376889) +++ pkg-plist (working copy) @@ -97,7 +97,7 @@ include/python2.7/warnings.h include/python2.7/weakrefobject.h lib/libpython2.7.so -lib/libpython2.7.so.1 +lib/libpython2.7.so.1.0 lib/python2.7/BaseHTTPServer.py lib/python2.7/BaseHTTPServer.pyo lib/python2.7/BaseHTTPServer.pyc