summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/tex-gyre-fonts/.md5sum2
-rw-r--r--manualPorts/tex-gyre-fonts/.signature6
-rw-r--r--manualPorts/tex-gyre-fonts/Pkgfile8
3 files changed, 8 insertions, 8 deletions
diff --git a/manualPorts/tex-gyre-fonts/.md5sum b/manualPorts/tex-gyre-fonts/.md5sum
index 9f7570d..02fc9ef 100644
--- a/manualPorts/tex-gyre-fonts/.md5sum
+++ b/manualPorts/tex-gyre-fonts/.md5sum
@@ -1 +1 @@
-3774af603b5a13d374bf4668967bff57 tg-2.005otf.zip
+b2396c8180a48b4f915eedccae508383 tg2_501otf.zip
diff --git a/manualPorts/tex-gyre-fonts/.signature b/manualPorts/tex-gyre-fonts/.signature
index 09c98dd..bda6b05 100644
--- a/manualPorts/tex-gyre-fonts/.signature
+++ b/manualPorts/tex-gyre-fonts/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGpDVvGV94Kr1vgXA+hpIJdDYBKf1+hkeF+s45ic4I52HIjsMEB1xLxnio61vf/rPw+0rwW8V3gaRQND6h4/5XAQ=
-SHA256 (Pkgfile) = 438a4e3f55a98c27d74508eee433f358e69217c0693c999f75f7ca27b5b83193
+RWQxCptPusLGGuZadOz61JwuC1arOQw8enQm9O7STmSYXaNTQyXBVZFFiSOa2LGjXe0oBydObN/jIfHWi3EUK+W5Sd2BjxRi8wI=
+SHA256 (Pkgfile) = 419641669a26be779cb1f04579eade8fa5c4c622fde4b60222ad73bcfeafb442
SHA256 (.footprint) = 9357a5357a4308e7686b3b5d5c21a2824cee90ccdd1b226f6e7d2d05dda2d391
-SHA256 (tg-2.005otf.zip) = 6158bdb106e5b017743cb6e9ddb6ad4c7153e82fafadd6eb5d62c9f3064df04e
+SHA256 (tg2_501otf.zip) = d7f8be5317bec4e644cf16c5abf876abeeb83c43dbec0ccb4eee4516b73b1bbe
diff --git a/manualPorts/tex-gyre-fonts/Pkgfile b/manualPorts/tex-gyre-fonts/Pkgfile
index 82e1178..36176b2 100644
--- a/manualPorts/tex-gyre-fonts/Pkgfile
+++ b/manualPorts/tex-gyre-fonts/Pkgfile
@@ -5,11 +5,11 @@
# Depends on:
name=tex-gyre-fonts
-version=2.005
-release=2
-source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${version}otf.zip)
+version=2.501
+release=1
+source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg${version/./_}otf.zip)
build() {
install -d "$PKG/usr/share/fonts/tex-gyre"
- install -t "$PKG/usr/share/fonts/tex-gyre" -m644 *.otf
+ install -t "$PKG/usr/share/fonts/tex-gyre" -m644 tg${version/./_}otf/*.otf
}