math/plpot(-ada): Upgrade version 5.11.0 => 5.11.1
PR: 203730 Submitted by: Ben Woods (plplot maintainer)
This commit is contained in:
parent
3dd699039f
commit
0075ba54f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399177
6 changed files with 11 additions and 43 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= plplot
|
||||
PORTVERSION= ${RELEASE}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
|
||||
PKGNAMESUFFIX= -ada
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plplot
|
||||
PORTVERSION= 5.11.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.11.1
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (plplot-5.11.0.tar.gz) = bfa8434e6e1e7139a5651203ec1256c8581e2fac3122f907f7d8d25ed3bd5f7e
|
||||
SIZE (plplot-5.11.0.tar.gz) = 15892751
|
||||
SHA256 (plplot-5.11.1.tar.gz) = 289dff828c440121e57b70538b3f0fb4056dc47159bc1819ea444321f2ff1c4c
|
||||
SIZE (plplot-5.11.1.tar.gz) = 15445404
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- cmake/modules/linuxvga.cmake.orig 2015-04-12 10:08:04 UTC
|
||||
+++ cmake/modules/linuxvga.cmake
|
||||
@@ -35,7 +35,6 @@
|
||||
# set the environment variable CMAKE_LIBRARY_PATH.
|
||||
# See cmake documentation for further details.
|
||||
|
||||
-if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
if(PLD_linuxvga)
|
||||
find_package(VGA)
|
||||
if(VGA_FOUND)
|
||||
@@ -50,6 +49,3 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(PLD_linuxvga OFF CACHE BOOL "Enable linuxvga device" FORCE)
|
||||
endif(VGA_FOUND)
|
||||
endif(PLD_linuxvga)
|
||||
-else(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
- set(PLD_linuxvga OFF CACHE BOOL "Enable linuxvga device" FORCE)
|
||||
-endif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
@ -1,11 +0,0 @@
|
|||
--- cmake/modules/pkg-config.cmake.orig 2015-04-12 10:08:04 UTC
|
||||
+++ cmake/modules/pkg-config.cmake
|
||||
@@ -39,7 +39,7 @@ include(FindPkgConfig)
|
||||
|
||||
if(PKG_CONFIG_EXECUTABLE)
|
||||
message(STATUS "Looking for pkg-config - found")
|
||||
- set(PKG_CONFIG_DIR "${LIB_DIR}/pkgconfig")
|
||||
+ set(PKG_CONFIG_DIR "${LIB_DIR}data/pkgconfig")
|
||||
set(env_PKG_CONFIG_PATH $ENV{PKG_CONFIG_PATH})
|
||||
|
||||
# Will likely need WIN32 and CYGWIN stanzas as well
|
|
@ -4,7 +4,6 @@ bin/pltek
|
|||
%%WXGTK%%bin/wxPLViewer
|
||||
include/plplot/disptab.h
|
||||
include/plplot/drivers.h
|
||||
include/plplot/gcw.h
|
||||
include/plplot/pdf.h
|
||||
include/plplot/plConfig.h
|
||||
include/plplot/plDevs.h
|
||||
|
@ -13,7 +12,6 @@ include/plplot/pldll.h
|
|||
include/plplot/plevent.h
|
||||
include/plplot/plplot.h
|
||||
include/plplot/plplotP.h
|
||||
include/plplot/plplotcanvas.h
|
||||
include/plplot/plstream.h
|
||||
include/plplot/plstrm.h
|
||||
%%TCLTK%%include/plplot/pltcl.h
|
||||
|
@ -44,7 +42,7 @@ lib/libcsironn.so.0.0.1
|
|||
%%FORTRAN%%lib/libplf95demolib.a
|
||||
lib/libplplot.so
|
||||
lib/libplplot.so.13
|
||||
lib/libplplot.so.13.0.1
|
||||
lib/libplplot.so.13.1.2
|
||||
lib/libplplotcxx.so
|
||||
lib/libplplotcxx.so.12
|
||||
lib/libplplotcxx.so.12.0.0
|
||||
|
@ -72,6 +70,13 @@ lib/libqsastime.so.0.0.1
|
|||
%%TCLTK%%lib/libtclmatrix.so
|
||||
%%TCLTK%%lib/libtclmatrix.so.10
|
||||
%%TCLTK%%lib/libtclmatrix.so.10.2.0
|
||||
lib/pkgconfig/plplot-c++.pc
|
||||
%%FORTRAN%%lib/pkgconfig/plplot-f95.pc
|
||||
%%QT4%%lib/pkgconfig/plplot-qt.pc
|
||||
%%TCLTK%%lib/pkgconfig/plplot-tcl.pc
|
||||
%%TCLTK%%lib/pkgconfig/plplot-tcl_Main.pc
|
||||
%%WXGTK%%lib/pkgconfig/plplot-wxwidgets.pc
|
||||
lib/pkgconfig/plplot.pc
|
||||
%%LUA%%%%LUA_MODLIBDIR%%/plplot/plplotluac.so
|
||||
lib/plplot/drivers/cairo.driver_info
|
||||
lib/plplot/drivers/cairo.so
|
||||
|
@ -107,13 +112,6 @@ lib/plplot/drivers/xfig.so
|
|||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/plplot.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/plplot_widgetmodule.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/plplotc.py
|
||||
libdata/pkgconfig/plplot-c++.pc
|
||||
%%FORTRAN%%libdata/pkgconfig/plplot-f95.pc
|
||||
%%QT4%%libdata/pkgconfig/plplot-qt.pc
|
||||
%%TCLTK%%libdata/pkgconfig/plplot-tcl.pc
|
||||
%%TCLTK%%libdata/pkgconfig/plplot-tcl_Main.pc
|
||||
%%WXGTK%%libdata/pkgconfig/plplot-wxwidgets.pc
|
||||
libdata/pkgconfig/plplot.pc
|
||||
%%TCLTK%%man/man1/plserver.1.gz
|
||||
%%TCLTK%%man/man1/pltcl.1.gz
|
||||
man/man1/pltek.1.gz
|
||||
|
|
Loading…
Reference in a new issue