svn commit: r349885 - in head/mail: . vexim

Mark Felder feld at FreeBSD.org
Tue Apr 1 19:53:49 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	feld at 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
 


More information about the svn-ports-all mailing list