diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-05-30 15:53:30 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-05-30 15:53:30 +0800 |
commit | f0095c865bc751f556d51f35c8cb30545c6e4b9b (patch) | |
tree | cc4440ff39552dd193f9fa5f2550d7a30895cea0 /mail/popd | |
parent | 472db64d9149c05d8d8c105940d9e502cfb73f0f (diff) | |
download | freebsd-ports-gnome-f0095c865bc751f556d51f35c8cb30545c6e4b9b.tar.gz freebsd-ports-gnome-f0095c865bc751f556d51f35c8cb30545c6e4b9b.tar.zst freebsd-ports-gnome-f0095c865bc751f556d51f35c8cb30545c6e4b9b.zip |
Bump PORTREVISION to reflect the change introduced by the addition of:
patch-mbox_maildir.c rev 1.1
patch-mbox_mbf.c rev 1.1
patch-popd.c rev 1.1
These patches change the behaviour of popd with respect to syslog
output.
Diffstat (limited to 'mail/popd')
-rw-r--r-- | mail/popd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 1db9bc197092..d7d81803c403 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ |