Bug 181662 - devel/paexec update
Summary: devel/paexec update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 23:30 UTC by Danilo Egêa Gondolfo
Modified: 2013-08-30 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (584 bytes, patch)
2013-08-29 23:30 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-08-29 23:30:00 UTC
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:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-08-30 00:15:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-30 01:59:13 UTC
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"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-08-30 01:59:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!