mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Correct PLIST and bump PORTREVISION.
This commit is contained in:
parent
f744f0b9e4
commit
31bae60d36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33056
3 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= pari
|
PORTNAME= pari
|
||||||
PORTVERSION= 2.0.20b
|
PORTVERSION= 2.0.20b
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/
|
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/
|
||||||
DISTNAME= pari-2.0.20.beta
|
DISTNAME= pari-2.0.20.beta
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
bin/Makefile
|
||||||
bin/gp
|
bin/gp
|
||||||
bin/gp-2.0
|
bin/gp-2.0
|
||||||
bin/gphelp
|
bin/gphelp
|
||||||
|
bin/tex2mail
|
||||||
include/pari/genpari.h
|
include/pari/genpari.h
|
||||||
include/pari/pari.h
|
include/pari/pari.h
|
||||||
include/pari/paricast.h
|
include/pari/paricast.h
|
||||||
|
@ -16,9 +18,8 @@ include/pari/parisys.h
|
||||||
include/pari/paritype.h
|
include/pari/paritype.h
|
||||||
lib/libpari.so
|
lib/libpari.so
|
||||||
lib/libpari.so.2
|
lib/libpari.so.2
|
||||||
lib/libpari.so.2.0.18
|
lib/libpari.so.2.0.20
|
||||||
@exec /bin/mkdir -p %D/lib/pari/data
|
@exec /bin/mkdir -p %D/lib/pari/data
|
||||||
lib/pari/Makefile
|
|
||||||
lib/pari/paricfg.tex
|
lib/pari/paricfg.tex
|
||||||
lib/pari/parimacro.tex
|
lib/pari/parimacro.tex
|
||||||
lib/pari/translations
|
lib/pari/translations
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
bin/Makefile
|
||||||
bin/gp
|
bin/gp
|
||||||
bin/gp-2.0
|
bin/gp-2.0
|
||||||
bin/gphelp
|
bin/gphelp
|
||||||
|
bin/tex2mail
|
||||||
include/pari/genpari.h
|
include/pari/genpari.h
|
||||||
include/pari/pari.h
|
include/pari/pari.h
|
||||||
include/pari/paricast.h
|
include/pari/paricast.h
|
||||||
|
@ -16,9 +18,8 @@ include/pari/parisys.h
|
||||||
include/pari/paritype.h
|
include/pari/paritype.h
|
||||||
lib/libpari.so
|
lib/libpari.so
|
||||||
lib/libpari.so.2
|
lib/libpari.so.2
|
||||||
lib/libpari.so.2.0.18
|
lib/libpari.so.2.0.20
|
||||||
@exec /bin/mkdir -p %D/lib/pari/data
|
@exec /bin/mkdir -p %D/lib/pari/data
|
||||||
lib/pari/Makefile
|
|
||||||
lib/pari/pari-translator.el
|
lib/pari/pari-translator.el
|
||||||
lib/pari/pari.el
|
lib/pari/pari.el
|
||||||
lib/pari/paricfg.tex
|
lib/pari/paricfg.tex
|
||||||
|
|
Loading…
Add table
Reference in a new issue