svn commit: r387928 - head/mail/maildirsync
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sat May 30 11:54:41 UTC 2015
Author: bofh
Date: Sat May 30 11:54:40 2015
New Revision: 387928
URL: https://svnweb.freebsd.org/changeset/ports/387928
Log:
mail/maildirsync: UNBREAK
- Add LICENSE(ART10 GPLv1)
- Fix pkg-descr
Modified:
head/mail/maildirsync/Makefile
head/mail/maildirsync/pkg-descr
Modified: head/mail/maildirsync/Makefile
==============================================================================
--- head/mail/maildirsync/Makefile Sat May 30 11:42:58 2015 (r387927)
+++ head/mail/maildirsync/Makefile Sat May 30 11:54:40 2015 (r387928)
@@ -9,6 +9,9 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= bofh at FreeBSD.org
COMMENT= Online synchronizer for Maildir-format mailboxes
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5 shebangfix
SHEBANG_FILES= maildirsync.pl
@@ -31,12 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/mailbalance-0.2.0/* \
${STAGEDIR}${EXAMPLESDIR}/mailbalance
-.include <bsd.port.pre.mk>
-
-.if ${PERL_VER} >= 5.18
-BROKEN= Does not build with Perl 5.18 or above
-.endif
-DEPRECATED= Requires an unsupported version of Perl
-EXPIRATION_DATE= 2015-07-31
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/mail/maildirsync/pkg-descr
==============================================================================
--- head/mail/maildirsync/pkg-descr Sat May 30 11:42:58 2015 (r387927)
+++ head/mail/maildirsync/pkg-descr Sat May 30 11:54:40 2015 (r387928)
@@ -2,4 +2,4 @@ maildirsync is a utility for online Mail
It is designed to be used in online (live) maildir folders,
be fail-safe and optimized for minimal bandwidth.
-WWW: http://code.google.com/p/maildirsync/
+WWW: http://code.google.com/p/maildirsync/
More information about the svn-ports-all
mailing list