uptimed: 0.4.0 -> 0.4.2; corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:36:20 +00:00
parent 877e612301
commit 6cf73ddd17
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 14 additions and 14 deletions

View File

@ -11,13 +11,14 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libuptimed.so -> libuptimed.so.0.0.0
lrwxrwxrwx root/root usr/lib/libuptimed.so.0 -> libuptimed.so.0.0.0
-rwxr-xr-x root/root usr/lib/libuptimed.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/uprecords.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/uptimed.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/uptimed
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/uprecords.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/uptimed.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxr-xr-x root/root var/spool/uptimed/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/HYuv64/L+u1Lqci8mjmDNJScpSmK7LuevznECWhNwSSCGD8ti/dkQVBooaI7U4UFV97CrvuJTPJAcarkxuvww=
SHA256 (Pkgfile) = f82f68ca52dfbfe11e3887451000f4e99a89acd7166338c00e4b984525094d8a
SHA256 (.footprint) = cd5065505c7d301f29e897692fdfb7dd82997cf0aed991caff407a422a4bbe34
SHA256 (v0.4.0.tar.gz) = 26891965bb499065e34072cecd3eb8087102b1c05f530c8fe8504a07c722f9bf
RWSagIOpLGJF300K2V7E523gm8PwUeUUdFEjDj17vk944h8z98j7a8Bka4ZpeNsr+6lFFVwHWDEIqhwwrvZFef/FSsTKyfuqwAY=
SHA256 (Pkgfile) = de4853598fa59cb644dcd139ce236399fca0e71d3e90bb006e3e2b3dd4a582ac
SHA256 (.footprint) = aad26302138813099fb6a986e2f3fe407d15564569f66d2bfbd86dc822efdbf0
SHA256 (uptimed-0.4.2.tar.gz) = 5f803eccc1247b4a22171de4670a896e05adb9a82f018facda1b2cc5b19dbc97
SHA256 (uptimed.rc) = e2a2d3972c9e4413e085db00d64a0a5f51be8a4c186070ea264d4f9a0f089208

View File

@ -2,12 +2,12 @@
# URL: https://github.com/rpodgorny/uptimed
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on:
# Depends on:
name=uptimed
version=0.4.0
version=0.4.2
release=1
source=(https://github.com/rpodgorny/uptimed/archive/v$version.tar.gz
source=(https://github.com/rpodgorny/uptimed/archive/v$version/$name-$version.tar.gz
uptimed.rc)
build() {
@ -16,8 +16,7 @@ build() {
./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
--sysconfdir=/etc
make
make DESTDIR=$PKG install