As requested by the paexec developer Aleksey Cheusov. Changes - Removed LIB_DEPENDS (no needed anymore). - Install file ${WRKSRC}/presentation/paexec.pdf as documentation. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Author: jgh Date: Fri Aug 30 00:59:01 2013 New Revision: 325645 URL: http://svnweb.freebsd.org/changeset/ports/325645 Log: - Removed LIB_DEPENDS of libmaa, as it is no longer required. - Install file paexec.pdf as documentation. PR: 181662 Submitted by: danilogondolfo@gmail.com ( maintainer ) Modified: head/devel/paexec/Makefile Modified: head/devel/paexec/Makefile ============================================================================== --- head/devel/paexec/Makefile Fri Aug 30 00:50:55 2013 (r325644) +++ head/devel/paexec/Makefile Fri Aug 30 00:59:01 2013 (r325645) @@ -3,6 +3,7 @@ PORTNAME= paexec PORTVERSION= 0.19.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,7 +14,6 @@ LICENSE= MIT BUILD_DEPENDS= mkcmake:${PORTSDIR}/devel/mk-configure \ runawk:${PORTSDIR}/lang/runawk -LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa OPTIONS_DEFINE= DOCS EXAMPLES @@ -50,5 +50,8 @@ do-build: do-install: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} \ ${INSTALL_TARGET} +.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_DATA} ${WRKSRC}/presentation/${PORTNAME}.pdf ${DOCSDIR} +.endif .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!