svn commit: r328396 - head/deskutils/libopensync-plugin-vformat-devel

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Sep 26 17:20:32 UTC 2013


Author: danilo
Date: Thu Sep 26 17:20:32 2013
New Revision: 328396
URL: http://svnweb.freebsd.org/changeset/ports/328396

Log:
  - Change maintainer email to @FreeBSD.org
  - Convert LIB_DEPENDS to new syntax
  - Add staging support
  
  Approved by:	wg (mentor)

Modified:
  head/deskutils/libopensync-plugin-vformat-devel/Makefile

Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile
==============================================================================
--- head/deskutils/libopensync-plugin-vformat-devel/Makefile	Thu Sep 26 17:19:33 2013	(r328395)
+++ head/deskutils/libopensync-plugin-vformat-devel/Makefile	Thu Sep 26 17:20:32 2013	(r328396)
@@ -7,17 +7,16 @@ CATEGORIES=	deskutils
 MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
 PKGNAMESUFFIX=	-devel
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Vformat plugin for the OpenSync framework
 
-LIB_DEPENDS=	opensync:${PORTSDIR}/devel/libopensync
+LIB_DEPENDS=	libopensync.so:${PORTSDIR}/devel/libopensync
 
 USE_BZIP2=	yes
 USES=		cmake iconv pkgconfig
 CMAKE_ARGS+=	-Wno-dev
 CFLAGS+=	"-I${LOCALBASE}/include"
 
-NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt
 	@${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \


More information about the svn-ports-all mailing list