diff options
author | sf <sf@FreeBSD.org> | 2001-02-12 06:05:16 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-12 06:05:16 +0800 |
commit | 0738797fcaf933c6de1a5f4979f7fc00dd55d292 (patch) | |
tree | 0b8958269485aeb1071311663eb28c6de3c3a235 /mail/pine4 | |
parent | cbeb25df3be9665bb346f695f34674ca0a214890 (diff) | |
download | freebsd-ports-gnome-0738797fcaf933c6de1a5f4979f7fc00dd55d292.tar.gz freebsd-ports-gnome-0738797fcaf933c6de1a5f4979f7fc00dd55d292.tar.zst freebsd-ports-gnome-0738797fcaf933c6de1a5f4979f7fc00dd55d292.zip |
update to 4.33.
PR: 24830
Submitted by: maintainer
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 2 | ||||
-rw-r--r-- | mail/pine4/distinfo | 2 | ||||
-rw-r--r-- | mail/pine4/files/patch-af | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index e16b907c1f84..87d05571c073 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -9,7 +9,7 @@ # directory to the pine4-ssl port. PORTNAME?= pine -PORTVERSION?= 4.32 +PORTVERSION?= 4.33 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ DISTNAME?= ${PORTNAME}${PORTVERSION} diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo index d57d01fd2b22..e389418f85ff 100644 --- a/mail/pine4/distinfo +++ b/mail/pine4/distinfo @@ -1 +1 @@ -MD5 (pine4.32.tar.gz) = f9031683c5a69873535694f49edbbc15 +MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c diff --git a/mail/pine4/files/patch-af b/mail/pine4/files/patch-af index 831a742da849..b3dd92a00229 100644 --- a/mail/pine4/files/patch-af +++ b/mail/pine4/files/patch-af @@ -13,7 +13,7 @@ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o --CFLAGS=$(BASECFLAGS) $(EXTRACFLAGS) +-CFLAGS=-g +CFLAGS+=$(BASECFLAGS) $(EXTRACFLAGS) CAT=cat |