Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 20:54:56 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363676 - in head/security: libotr libotr3
Message-ID:  <201407312054.s6VKsuAZ006484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Thu Jul 31 20:54:55 2014
New Revision: 363676
URL: http://svnweb.freebsd.org/changeset/ports/363676
QAT: https://qat.redports.org/buildarchive/r363676/

Log:
  Add CPE

Modified:
  head/security/libotr/Makefile
  head/security/libotr3/Makefile

Modified: head/security/libotr/Makefile
==============================================================================
--- head/security/libotr/Makefile	Thu Jul 31 20:44:58 2014	(r363675)
+++ head/security/libotr/Makefile	Thu Jul 31 20:54:55 2014	(r363676)
@@ -20,8 +20,9 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 CONFLICTS=	libotr3-*
 
 GNU_CONFIGURE=	yes
-USES=		libtool pathfix
+USES=		libtool pathfix cpe
 USE_LDCONFIG=	yes
+CPE_VENDOR=	cypherpunks
 
 .include <bsd.port.options.mk>
 

Modified: head/security/libotr3/Makefile
==============================================================================
--- head/security/libotr3/Makefile	Thu Jul 31 20:44:58 2014	(r363675)
+++ head/security/libotr3/Makefile	Thu Jul 31 20:54:55 2014	(r363676)
@@ -24,9 +24,10 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 CONFLICTS=	libotr-*
 
 USE_AUTOTOOLS=	autoconf
-USES=		libtool
+USES=		libtool cpe
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CPE_VENDOR=	cypherpunks
 
 verify: checksum
 	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407312054.s6VKsuAZ006484>