From owner-svn-ports-head@FreeBSD.ORG Tue Apr 1 19:53:49 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44F9F72D; Tue, 1 Apr 2014 19:53:49 +0000 (UTC) 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 321752DA; Tue, 1 Apr 2014 19:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s31JrnN4053350; Tue, 1 Apr 2014 19:53:49 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s31JrmN8053348; Tue, 1 Apr 2014 19:53:48 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201404011953.s31JrmN8053348@svn.freebsd.org> From: Mark Felder Date: Tue, 1 Apr 2014 19:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349885 - in head/mail: . vexim 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.17 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: Tue, 01 Apr 2014 19:53:49 -0000 Author: feld Date: Tue Apr 1 19:53:48 2014 New Revision: 349885 URL: http://svnweb.freebsd.org/changeset/ports/349885 QAT: https://qat.redports.org/buildarchive/r349885/ Log: Bring back vexim from the dead, take ownership as I still use this I added the distfile to my public_distfiles Added: head/mail/vexim/ - copied from r349599, head/mail/vexim/ Modified: head/mail/Makefile head/mail/vexim/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Apr 1 19:46:09 2014 (r349884) +++ head/mail/Makefile Tue Apr 1 19:53:48 2014 (r349885) @@ -724,6 +724,7 @@ SUBDIR += usendmail SUBDIR += vacation SUBDIR += vbsfilter + SUBDIR += vexim SUBDIR += vm SUBDIR += vm-pop3d SUBDIR += vmailmgr Modified: head/mail/vexim/Makefile ============================================================================== --- head/mail/vexim/Makefile Sun Mar 30 00:13:13 2014 (r349599) +++ head/mail/vexim/Makefile Tue Apr 1 19:53:48 2014 (r349885) @@ -4,15 +4,13 @@ PORTNAME= vexim DISTVERSION= 2.2.2_rc1 CATEGORIES= mail www -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= feld DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= feld@FreeBSD.org COMMENT= Web interface for managing virtual domains for exim -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE