From owner-svn-ports-head@FreeBSD.ORG Sat May 30 11:54:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A1D258B; Sat, 30 May 2015 11:54:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 185011CFF; Sat, 30 May 2015 11:54:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UBsecQ045346; Sat, 30 May 2015 11:54:40 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UBseVc045342; Sat, 30 May 2015 11:54:40 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505301154.t4UBseVc045342@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 30 May 2015 11:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387928 - head/mail/maildirsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 11:54:41 -0000 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@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 - -.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 +.include 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/