svn commit: r384277 - head/lang/libhx

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 19 10:47:16 UTC 2015


Author: amdmi3
Date: Sun Apr 19 10:47:14 2015
New Revision: 384277
URL: https://svnweb.freebsd.org/changeset/ports/384277

Log:
  - Add CPE info
  - Fix tab after WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/lang/libhx/Makefile
  head/lang/libhx/pkg-descr

Modified: head/lang/libhx/Makefile
==============================================================================
--- head/lang/libhx/Makefile	Sun Apr 19 10:46:44 2015	(r384276)
+++ head/lang/libhx/Makefile	Sun Apr 19 10:47:14 2015	(r384277)
@@ -12,12 +12,14 @@ COMMENT=	C/C++ library with common data 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USES=		libtool tar:xz
+USES=		cpe libtool tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 INSTALL_TARGET=	install-strip
 
+CPE_VENDOR=	jan_engelhardt
+
 OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	*

Modified: head/lang/libhx/pkg-descr
==============================================================================
--- head/lang/libhx/pkg-descr	Sun Apr 19 10:46:44 2015	(r384276)
+++ head/lang/libhx/pkg-descr	Sun Apr 19 10:47:14 2015	(r384277)
@@ -11,4 +11,4 @@ secondarily, the amount of code) a devel
 implementing such. Subsequently, proficient coders can use this to
 code as fast as for a scripting language.
 
-WWW:	http://libhx.sourceforge.net/
+WWW: http://libhx.sourceforge.net/


More information about the svn-ports-all mailing list