eblook: update to 20220426

* VERSION file removed as of 20200414
* Remove implicit platforms darwin
This commit is contained in:
contextnerror
2024-02-14 15:50:36 -05:00
committed by Herby Gillot
parent 24262be551
commit 796bd73388
+6 -6
View File
@@ -2,9 +2,9 @@ PortSystem 1.0
name eblook
set ver_main 1.6.1
set ver_media 20150724
set ver_media 20220426
version ${ver_main}-media-${ver_media}
revision 2
revision 0
set my_version ${ver_main}+media-${ver_media}
categories textproc japanese
maintainers nomaintainer
@@ -12,14 +12,14 @@ description Interactive EB interface command for searching words in CD-ROM b
long_description \
Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING \
formats which are popular in Japan. Including the media patch.
platforms darwin
license GPL-2+
homepage http://green.ribbon.to/~ikazuhiro/lookup/lookup.html#EBLOOK
distname ${name}-${my_version}
master_sites http://green.ribbon.to/~ikazuhiro/lookup/files/
checksums rmd160 f22d55872f7dfb087edcc072ab8c4513b90b0269 \
sha256 08e154eae27cc061e0c67dc9c0c346707defbb2bbfdb757ee00f22af4c059e1b
checksums rmd160 6a3ba7a004136e7eaef3467e417f2ed217e5d6d0 \
sha256 e83c9521239ee046d37efa7b4cca356c1a3eac4e35a3153c90d6dd24c1cb0c0f \
size 528225
depends_lib port:eb \
port:gettext \
@@ -40,7 +40,7 @@ configure.args --infodir=${prefix}/share/info \
post-destroot {
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README README.org VERSION ${docdir}
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README README.org ${docdir}
}
universal_variant no