diff options
author | adamw <adamw@FreeBSD.org> | 2004-08-08 23:51:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-08-08 23:51:46 +0800 |
commit | a453f57d348e15d2b686abc1ba3227b0cef9120b (patch) | |
tree | 62a723ee3a0dba5fa84bd23641eb8acdc9152fef /mail/elmo-devel | |
parent | fb645af31527c089bbc12b01c99131df6514a836 (diff) | |
download | freebsd-ports-gnome-a453f57d348e15d2b686abc1ba3227b0cef9120b.tar.gz freebsd-ports-gnome-a453f57d348e15d2b686abc1ba3227b0cef9120b.tar.zst freebsd-ports-gnome-a453f57d348e15d2b686abc1ba3227b0cef9120b.zip |
Update to elmo-devel-1.3.1.
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/elmo-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-descr | 3 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-message | 4 |
4 files changed, 14 insertions, 7 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 28abe8f4cf09..4aed095d2eab 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -6,10 +6,11 @@ # PORTNAME= elmo -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -devel MAINTAINER= adamw@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console @@ -20,8 +21,11 @@ USE_ICONV= yes USE_OPENSSL= yes USE_PERL5_RUN= yes USE_REINPLACE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" MAN1= elmo.1 elmoconf.pl.1 diff --git a/mail/elmo-devel/distinfo b/mail/elmo-devel/distinfo index 22d5cc848793..f910f6aee082 100644 --- a/mail/elmo-devel/distinfo +++ b/mail/elmo-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (elmo-1.2.0.tar.gz) = 6d2ed7ab5f1cb5ea938819f57d24a419 -SIZE (elmo-1.2.0.tar.gz) = 506336 +MD5 (elmo-1.3.1.tar.gz) = 551171feb937a7b58372682993653ba5 +SIZE (elmo-1.3.1.tar.gz) = 534779 diff --git a/mail/elmo-devel/pkg-descr b/mail/elmo-devel/pkg-descr index a03177b4e2ff..8afc0f2c2912 100644 --- a/mail/elmo-devel/pkg-descr +++ b/mail/elmo-devel/pkg-descr @@ -3,6 +3,9 @@ receiving, filtering, reading, composing, and sending mail from a character terminal. It speaks POP3 and SMTP and can work with maildir or Berkeley-formatted mailboxes. +This version is a development version, but is rather stable, and +is known to work better than the stable version on FreeBSD 4.x. + Before running elmo, users should run elmoconf.pl to generate an ~/.elmorc file. diff --git a/mail/elmo-devel/pkg-message b/mail/elmo-devel/pkg-message index c6efcfd77ec4..a6c652f8b167 100644 --- a/mail/elmo-devel/pkg-message +++ b/mail/elmo-devel/pkg-message @@ -1,6 +1,6 @@ ============== -In order to use elmo, you must run the script elmoconf.pl, -which will interactively create your elmo configuration file. +In order to use elmo-devel, each user must run the script elmoconf.pl, +which will interactively create the elmo configuration file. Additionally, you must input some basic smtp settings if you want to be able to send messages. ============== |