svn commit: r380882 - head/mail/mailman

Matthias Andree mandree at FreeBSD.org
Mon Mar 9 21:33:39 UTC 2015


Author: mandree
Date: Mon Mar  9 21:33:38 2015
New Revision: 380882
URL: https://svnweb.freebsd.org/changeset/ports/380882
QAT: https://qat.redports.org/buildarchive/r380882/

Log:
  Add CPE information.
  
  PR:		198474
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Mon Mar  9 21:15:52 2015	(r380881)
+++ head/mail/mailman/Makefile	Mon Mar  9 21:33:38 2015	(r380882)
@@ -20,10 +20,12 @@ LICENSE_FILE=	${WRKSRC}/gnu-COPYING-GPL
 
 CONFLICTS=	ja-mailman-2.1.*
 
-USES=		python:2 tar:tgz
+USES=		cpe python:2 tar:tgz
 USE_AUTOTOOLS=	autoconf
 USE_RC_SUBR=	mailman
 
+CPE_VENDOR=	gnu
+
 GNU_CONFIGURE_PREFIX=	${MAILMANDIR}
 CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} \
 		--with-username=${MM_USERNAME} \


More information about the svn-ports-head mailing list