svn commit: r383569 - head/www/libmicrohttpd

Bartek Rutkowski robak at FreeBSD.org
Wed Apr 8 14:54:37 UTC 2015


Author: robak
Date: Wed Apr  8 14:54:36 2015
New Revision: 383569
URL: https://svnweb.freebsd.org/changeset/ports/383569

Log:
  www/libmicrohttpd: add CPE information
  
  - Maintainer's timeout (gaod at hychen.org)
  
  PR:		198832
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/www/libmicrohttpd/Makefile

Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile	Wed Apr  8 14:38:18 2015	(r383568)
+++ head/www/libmicrohttpd/Makefile	Wed Apr  8 14:54:36 2015	(r383569)
@@ -15,10 +15,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix
+USES=		cpe libtool pathfix
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 
+CPE_VENDOR=	gnu
+
 OPTIONS_DEFINE=	GNUTLS
 
 GNUTLS_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \


More information about the svn-ports-all mailing list