diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
commit | 15ff0ca9668ff4ece44259bf056f7a752b71637b (patch) | |
tree | 86ec34cb84bd753569b60192622b3a9d54505faf /mail/archivesmtp | |
parent | d97a8fd8f7c3cf44eeea66e9fd69fa9b627b6b2d (diff) | |
download | freebsd-ports-15ff0ca9668ff4ece44259bf056f7a752b71637b.zip |
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
Diffstat (limited to 'mail/archivesmtp')
-rw-r--r-- | mail/archivesmtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/archivesmtp/Makefile b/mail/archivesmtp/Makefile index cc4718c12b53..b5597450d559 100644 --- a/mail/archivesmtp/Makefile +++ b/mail/archivesmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= archivesmtp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/ |