remind: 03.01.15 -> 03.01.16 thx jue

This commit is contained in:
Thomas Penteker 2018-11-17 11:28:17 +01:00
parent 430035cd48
commit 049fc4d37d
3 changed files with 15 additions and 14 deletions

@ -5,10 +5,11 @@ lrwxrwxrwx root/root usr/bin/rem -> remind
-rwxr-xr-x root/root usr/bin/rem2ps
-rwxr-xr-x root/root usr/bin/remind
-rwxr-xr-x root/root usr/bin/tkremind
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cm2rem.1.gz
-rw-r--r-- root/root usr/man/man1/rem.1.gz
-rw-r--r-- root/root usr/man/man1/rem2ps.1.gz
-rw-r--r-- root/root usr/man/man1/remind.1.gz
-rw-r--r-- root/root usr/man/man1/tkremind.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cm2rem.1.gz
-rw-r--r-- root/root usr/share/man/man1/rem.1.gz
-rw-r--r-- root/root usr/share/man/man1/rem2ps.1.gz
-rw-r--r-- root/root usr/share/man/man1/remind.1.gz
-rw-r--r-- root/root usr/share/man/man1/tkremind.1.gz

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39N5Zx7B7omriEY5y+gXA6rCpbuKXluvFdY0ppxMB4qScktEsQdYSTmkZUP8TfOVKNpVTXvi90QxpFqRxCt5IgQ=
SHA256 (Pkgfile) = 7743a240169b9a7630f6a782d3f0046e5fce3cda75cc402d64abd8a8e58351c4
SHA256 (.footprint) = 785fadd09bff4b9ca64c6f400364374a568244adb2edf186294ddbf6d7ee90d2
SHA256 (remind-03.01.15.tar.gz) = 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1
RWSagIOpLGJF344n4pnzMLcw5DilExEFBKsFTSamuGbjQtQJXpkIWZ2ZAVcdRQlbueLOK3xr0XxrDpRFOONTLroA/iHscTmWEgw=
SHA256 (Pkgfile) = 62c31f81b1bb285cd75213e531b9aa889a224f9a559b758ab0eb4d7a320a23b4
SHA256 (.footprint) = 837e243acc3e7801c26598300b51c40bc3b7c20d9a1ca885e0fe7736bb5673c6
SHA256 (remind-03.01.16.tar.gz) = eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93

@ -5,13 +5,13 @@
# Depends on:
name=remind
version=03.01.15
version=03.01.16
release=1
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
source=(https://dianne.skoll.ca/projects/$name/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}