Date: Tue, 13 Oct 2015 08:35:03 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399182 - head/math/plplot Message-ID: <201510130835.t9D8Z3SF043598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Oct 13 08:35:03 2015 New Revision: 399182 URL: https://svnweb.freebsd.org/changeset/ports/399182 Log: math/plpot(-ada): Fix shared library version for port options PR: 203730 Submitted by: Ben Woods (plplot maintainer) Modified: head/math/plplot/Makefile head/math/plplot/pkg-plist Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Tue Oct 13 07:56:33 2015 (r399181) +++ head/math/plplot/Makefile Tue Oct 13 08:35:03 2015 (r399182) @@ -3,6 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.11.1 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source Modified: head/math/plplot/pkg-plist ============================================================================== --- head/math/plplot/pkg-plist Tue Oct 13 07:56:33 2015 (r399181) +++ head/math/plplot/pkg-plist Tue Oct 13 08:35:03 2015 (r399182) @@ -48,22 +48,22 @@ lib/libplplotcxx.so.12 lib/libplplotcxx.so.12.0.0 %%FORTRAN%%lib/libplplotf95.so %%FORTRAN%%lib/libplplotf95.so.12 -%%FORTRAN%%lib/libplplotf95.so.12.0.0 +%%FORTRAN%%lib/libplplotf95.so.12.1.0 %%FORTRAN%%lib/libplplotf95c.so %%FORTRAN%%lib/libplplotf95c.so.12 %%FORTRAN%%lib/libplplotf95c.so.12.0.0 %%QT4%%lib/libplplotqt.so %%QT4%%lib/libplplotqt.so.2 -%%QT4%%lib/libplplotqt.so.2.0.0 +%%QT4%%lib/libplplotqt.so.2.0.1 %%TCLTK%%lib/libplplottcltk.so %%TCLTK%%lib/libplplottcltk.so.12 -%%TCLTK%%lib/libplplottcltk.so.12.1.0 +%%TCLTK%%lib/libplplottcltk.so.12.1.1 %%TCLTK%%lib/libplplottcltk_Main.so %%TCLTK%%lib/libplplottcltk_Main.so.1 %%TCLTK%%lib/libplplottcltk_Main.so.1.0.0 %%WXGTK%%lib/libplplotwxwidgets.so %%WXGTK%%lib/libplplotwxwidgets.so.1 -%%WXGTK%%lib/libplplotwxwidgets.so.1.0.0 +%%WXGTK%%lib/libplplotwxwidgets.so.1.1.0 lib/libqsastime.so lib/libqsastime.so.0 lib/libqsastime.so.0.0.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510130835.t9D8Z3SF043598>