Upgrade to 0.26.
This commit is contained in:
parent
61478d4702
commit
2bd2dd25f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27721
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= acs
|
||||
PORTVERSION= 0.25
|
||||
PORTVERSION= 0.26
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.geda.seul.org/dist/ \
|
||||
http://www.geda.coelacanth.com/dist/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (acs-0.25.tar.gz) = 0cd5cf8edc46a02835eb1d0065970f03
|
||||
MD5 (acs-0.26.tar.gz) = e2632cffff01ea8bb229f961198a4288
|
||||
|
@ -1,9 +1,10 @@
|
||||
bin/acs
|
||||
share/acs/acs.hlp
|
||||
share/acs/acs.rc
|
||||
share/doc/acs/acs-0.26.lsm
|
||||
share/doc/acs/acs-tutorial
|
||||
share/doc/acs/history
|
||||
share/doc/acs/man.pdf
|
||||
share/doc/acs/relnotes.025
|
||||
share/doc/acs/relnotes.026
|
||||
share/doc/acs/whatisit
|
||||
share/examples/acs/eq.doc
|
||||
share/examples/acs/eq2-145.ckt
|
||||
|
3
cad/acs/scripts/configure
vendored
3
cad/acs/scripts/configure
vendored
@ -22,8 +22,7 @@ install:
|
||||
(cd src/FreeBSD; ${BSD_INSTALL_PROGRAM} acs ${PREFIX}/bin)
|
||||
${BSD_INSTALL_DATA} acs.rc ${PREFIX}/share/acs
|
||||
(cd doc; \
|
||||
${BSD_INSTALL_DATA} acs.hlp ${PREFIX}/share/acs; \
|
||||
${BSD_INSTALL_DATA} [b-z]* ${PREFIX}/share/doc/acs)
|
||||
${BSD_INSTALL_DATA} [a-z]* ${PREFIX}/share/doc/acs)
|
||||
(cd examples; ${BSD_INSTALL_DATA} *.ckt *.doc ${PREFIX}/share/examples/acs)
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user