diff options
author | Thomas Penteker <tek@serverop.de> | 2008-03-06 00:38:47 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2008-03-06 00:38:47 +0100 |
commit | 7e26e215877742569511f0bfc17790639b5cec01 (patch) | |
tree | a75f993226f09df294434f2c1cb67c76613977d4 /remind | |
parent | bae017d96661375ae3ebf6287dd6b02c00f7d881 (diff) | |
download | contrib-7e26e215877742569511f0bfc17790639b5cec01.tar.gz contrib-7e26e215877742569511f0bfc17790639b5cec01.tar.xz |
remind: 03.00.24 -> 03.01.04
Diffstat (limited to 'remind')
-rw-r--r-- | remind/.footprint | 4 | ||||
-rw-r--r-- | remind/.md5sum | 2 | ||||
-rw-r--r-- | remind/Pkgfile | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/remind/.footprint b/remind/.footprint index 6e2ab1ba7..d06d0daef 100644 --- a/remind/.footprint +++ b/remind/.footprint @@ -1,15 +1,13 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cm2rem.tcl --rwxr-xr-x root/root usr/bin/kall --rwxr-xr-x root/root usr/bin/rem +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/kall.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 diff --git a/remind/.md5sum b/remind/.md5sum index 9292822d5..61ce072e7 100644 --- a/remind/.md5sum +++ b/remind/.md5sum @@ -1 +1 @@ -41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz +de8eb47fed72c347c840e337a1f8cf85 remind-03.01.04.tar.gz diff --git a/remind/Pkgfile b/remind/Pkgfile index b70a06fb7..7c6cbf822 100644 --- a/remind/Pkgfile +++ b/remind/Pkgfile @@ -6,13 +6,13 @@ # Depends on: name=remind -version=03.00.24 +version=03.01.04 release=1 source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install chown -R root:root $PKG |