diff options
author | George C A Reid <greid@FreeBSD.org> | 2002-04-30 02:02:24 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2002-04-30 02:02:24 +0000 |
commit | 6f7c33b832e8e40bfb567f4ed0f828badf130dcf (patch) | |
tree | 545fdc11000704a4dd38d4167803d5b7ee7829dd /mail/ecartis | |
parent | 4595219ad6133680ea149e1d418d3bbbf27d3de1 (diff) | |
download | ports-6f7c33b832e8e40bfb567f4ed0f828badf130dcf.tar.gz ports-6f7c33b832e8e40bfb567f4ed0f828badf130dcf.zip |
Notes
Diffstat (limited to 'mail/ecartis')
-rw-r--r-- | mail/ecartis/Makefile | 2 | ||||
-rw-r--r-- | mail/ecartis/distinfo | 2 | ||||
-rw-r--r-- | mail/ecartis/files/patch-aa | 10 | ||||
-rw-r--r-- | mail/ecartis/pkg-plist | 2 |
4 files changed, 10 insertions, 6 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile index bd8e21791103..51380e187500 100644 --- a/mail/ecartis/Makefile +++ b/mail/ecartis/Makefile @@ -9,7 +9,7 @@ PORTNAME= ecartis PORTVERSION= 1.0.0b CATEGORIES= mail MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ -DISTNAME= ecartis-1.0.0-snap20020118 +DISTNAME= ecartis-1.0.0-snap20020427 MAINTAINER= trish@bsdunix.net diff --git a/mail/ecartis/distinfo b/mail/ecartis/distinfo index 3ed06aa1bf7f..642d31bc1de0 100644 --- a/mail/ecartis/distinfo +++ b/mail/ecartis/distinfo @@ -1 +1 @@ -MD5 (ecartis-1.0.0-snap20020118.tar.gz) = 9f3c60e2786212f73feb2f9366f491f3 +MD5 (ecartis-1.0.0-snap20020427.tar.gz) = 3ae4896c772719bf0bc9168bac15b22d diff --git a/mail/ecartis/files/patch-aa b/mail/ecartis/files/patch-aa index 0253d5103d08..e986673cdd6d 100644 --- a/mail/ecartis/files/patch-aa +++ b/mail/ecartis/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jun 17 22:13:03 2001 -+++ Makefile Sun Jun 17 22:14:19 2001 +--- Makefile.dist Sat Apr 27 02:26:56 2002 ++++ Makefile Sat Apr 27 09:35:52 2002 @@ -6,8 +6,8 @@ # they should be set. All of them are conditional on options set in this # file, so it should be relatively easy to determine which branch is correct @@ -37,16 +37,18 @@ endif # Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. -@@ -134,7 +133,7 @@ +@@ -134,9 +133,7 @@ # # It appears that IRIX is also rather stupid, and may require this # to be removed. -WFLAGS=-Wall -Werror +-# Uncomment this to build with gdb symbols (comment above line) +-#WFLAGS=-ggdb -Wall -Werror +WFLAGS:=${CFLAGS} # Now set up the initial command line. SUNOS_5 makes this a bit wierd. ifndef SUNOS_5 -@@ -321,6 +320,7 @@ +@@ -327,6 +324,7 @@ install: targets cp build/ecartis ${BINDIR} chmod ug+s ${BINDIR}/ecartis diff --git a/mail/ecartis/pkg-plist b/mail/ecartis/pkg-plist index 4b1163a8ce54..3663a7f66c8b 100644 --- a/mail/ecartis/pkg-plist +++ b/mail/ecartis/pkg-plist @@ -49,6 +49,7 @@ ecartis/templates/admin-userinfo.lsc ecartis/README.LISTS ecartis/README.DIGEST ecartis/README.ANTISPAM +ecartis/README.CVS ecartis/README ecartis/NOTE ecartis/LICENSE @@ -66,4 +67,5 @@ ecartis/ecartis.aliases.dist @dirrm ecartis/scripts @dirrm ecartis/queue @dirrm ecartis/modules +@dirrm ecartis/documentation @dirrm ecartis |