diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-08 09:12:38 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-08 09:12:38 +0800 |
commit | 0b69fbfb8c144390ca8cd4f7c8df05306bd22034 (patch) | |
tree | d609e1ec82fc0e3e5c4cbc15ca3f0cb7fd8d9133 /mail/spamcup/Makefile | |
parent | e87b995b0eeacc40f48ab0febe1e79217a95aa05 (diff) | |
download | freebsd-ports-gnome-0b69fbfb8c144390ca8cd4f7c8df05306bd22034.tar.gz freebsd-ports-gnome-0b69fbfb8c144390ca8cd4f7c8df05306bd22034.tar.zst freebsd-ports-gnome-0b69fbfb8c144390ca8cd4f7c8df05306bd22034.zip |
- The patch will corrupt spamcup's functionality, so remove it.
- Bump PORTREVISION.
PR: ports/112907
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'mail/spamcup/Makefile')
-rw-r--r-- | mail/spamcup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile index 1e7eb95699fc..c1f1741b9fcc 100644 --- a/mail/spamcup/Makefile +++ b/mail/spamcup/Makefile @@ -7,10 +7,10 @@ PORTNAME= spamcup PORTVERSION= 1.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A tool for automatic spam reporting via Spamcop.net |