Bug 53180

Summary: [PATCH] Update devel/makeplus to 0.2.3, take maintainership
Product: Ports & Packages Reporter: Sergei Kolobov <sergei>
Component: Individual Port(s)Assignee: Christian Weisgerber <naddy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
makeplus-0.2.3.patch none

Description Sergei Kolobov 2003-06-11 01:10:11 UTC
In memory of AlanE:

- Update to 0.2.3
- Add dependency on textproc/xmlto (submitted separately) 
  to create documentation
- Reword/clarify COMMENT and pkg-descr
- Cleanup Makefile
- Use DATADIR/DOCSDIR macros in pkg-plist
- Adopt this orphan

Removed file:
- files/patch-configure_start.sh

Added file:
- files/patch-main.mk
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-06-25 00:01:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

I'll handle this.
Comment 2 skolobov 2003-06-29 17:59:36 UTC
devel/makeplus port should also run-time depend on GNU make:

--- Makefile.orig	Sun Jun 29 20:57:02 2003
+++ Makefile	Sat Jun 21 20:45:34 2003
@@ -14,6 +14,7 @@
 COMMENT=	Advanced build system for GNU Make
 
 BUILD_DEPENDS=	xmlto:${PORTSDIR}/textproc/xmlto
+RUN_DEPENDS=	gmake:${PORTSDIR}/devel/gmake
 
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
Comment 3 Christian Weisgerber freebsd_committer freebsd_triage 2003-07-01 17:05:33 UTC
State Changed
From-To: open->closed

Committed, thanks!