Bug 53180 - [PATCH] Update devel/makeplus to 0.2.3, take maintainership
Summary: [PATCH] Update devel/makeplus to 0.2.3, take maintainership
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 01:10 UTC by Sergei Kolobov
Modified: 2003-07-01 17:06 UTC (History)
0 users

See Also:


Attachments
makeplus-0.2.3.patch (7.50 KB, patch)
2003-06-11 01:10 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!