diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 22:03:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 22:03:24 +0800 |
commit | e62669422072a8f28ea8547db0b72db64fe25c11 (patch) | |
tree | d224d77513d524d4d78e9751e8f74279e7471c45 /sysutils/stmpclean | |
parent | c26377f7d22060e60cfd27c13c462fbf51f47d5f (diff) | |
download | freebsd-ports-gnome-e62669422072a8f28ea8547db0b72db64fe25c11.tar.gz freebsd-ports-gnome-e62669422072a8f28ea8547db0b72db64fe25c11.tar.zst freebsd-ports-gnome-e62669422072a8f28ea8547db0b72db64fe25c11.zip |
inew port version: sysutils/stmpclean
Update to version 0.2
PR: ports/50256
Submitted by: stanislav shalunov <shalunov@internet2.edu>
Diffstat (limited to 'sysutils/stmpclean')
-rw-r--r-- | sysutils/stmpclean/Makefile | 8 | ||||
-rw-r--r-- | sysutils/stmpclean/distinfo | 2 | ||||
-rw-r--r-- | sysutils/stmpclean/files/patch-Makefile | 11 | ||||
-rw-r--r-- | sysutils/stmpclean/pkg-descr | 2 |
4 files changed, 17 insertions, 6 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile index a48ecc2163bd..e295010f2ba8 100644 --- a/sysutils/stmpclean/Makefile +++ b/sysutils/stmpclean/Makefile @@ -6,11 +6,11 @@ # PORTNAME= stmpclean -PORTVERSION= 0.1 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.mccme.ru/users/shalunov/ +PORTVERSION= 0.2 +CATEGORIES= sysutils security +MASTER_SITES= http://www.internet2.edu/~shalunov/stmpclean/ -MAINTAINER= shalunov@mccme.ru +MAINTAINER= shalunov@internet2.edu COMMENT= Remove old files from temporary directories MAN8= stmpclean.8 diff --git a/sysutils/stmpclean/distinfo b/sysutils/stmpclean/distinfo index e52364cc5e22..26c525f08004 100644 --- a/sysutils/stmpclean/distinfo +++ b/sysutils/stmpclean/distinfo @@ -1 +1 @@ -MD5 (stmpclean-0.1.tar.gz) = ce4e4b16a0c063c9ab50d754e48bdaea +MD5 (stmpclean-0.2.tar.gz) = b9a1b88977a7b8f63a7ac39cb7cb1b6d diff --git a/sysutils/stmpclean/files/patch-Makefile b/sysutils/stmpclean/files/patch-Makefile new file mode 100644 index 000000000000..82d6529c3541 --- /dev/null +++ b/sysutils/stmpclean/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Sep 29 07:01:15 2003 ++++ Makefile Mon Sep 29 07:01:23 2003 +@@ -2,7 +2,7 @@ + # Written by Stanislav Shalunov. + # $Id: Makefile,v 1.4 1999/08/04 18:30:02 shalunov Exp $ + +-PREFIX=/usr/local ++PREFIX?=/usr/local + BINDIR=$(PREFIX)/sbin + MANDIR=$(PREFIX)/man/man8 + diff --git a/sysutils/stmpclean/pkg-descr b/sysutils/stmpclean/pkg-descr index 4b570d554b8c..0d8c4a952a74 100644 --- a/sysutils/stmpclean/pkg-descr +++ b/sysutils/stmpclean/pkg-descr @@ -10,4 +10,4 @@ is dangerous: when you have an attack they have a tendency to behave like forking bombs, making matters much worse. --Stanislav -shalunov@mccme.ru +shalunov@internet2.edu |