Bug 189979 - [patch] Add staging support to www/apercu
Summary: [patch] Add staging support to www/apercu
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: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 02:30 UTC by joe
Modified: 2014-05-20 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (770 bytes, patch)
2014-05-20 02:30 UTC, joe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-20 02:30:00 UTC
Adds staging support to www/apercu.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 02:30:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-20 07:46:20 UTC
Author: mich
Date: Tue May 20 06:46:16 2014
New Revision: 354600
URL: http://svnweb.freebsd.org/changeset/ports/354600
QAT: https://qat.redports.org/buildarchive/r354600/

Log:
  - Adds staging support to www/apercu. [1]
  - Cosmetic fix to pkg-descr
  
  PR:		ports/189979 [1]
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com> [1]

Modified:
  head/www/apercu/Makefile
  head/www/apercu/pkg-descr

Modified: head/www/apercu/Makefile
==============================================================================
--- head/www/apercu/Makefile	Tue May 20 06:24:00 2014	(r354599)
+++ head/www/apercu/Makefile	Tue May 20 06:46:16 2014	(r354600)
@@ -12,15 +12,14 @@ COMMENT=	Summarize information from Apac
 USE_RUBY=	yes
 NO_BUILD=	yes
 
-MAN1=		apercu.1
-PLIST_FILES=	bin/apercu
+PLIST_FILES=	bin/apercu ${MANPREFIX}/man/man1/apercu.1.gz
 
-NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/apercu ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/apercu.1 ${MANPREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man1/apercu.1
 
 .include <bsd.port.mk>

Modified: head/www/apercu/pkg-descr
==============================================================================
--- head/www/apercu/pkg-descr	Tue May 20 06:24:00 2014	(r354599)
+++ head/www/apercu/pkg-descr	Tue May 20 06:46:16 2014	(r354600)
@@ -2,4 +2,4 @@ A command-line (console) application to 
 logs, including hit counts, requests, referrers, and user activity.
 
 Author:	Jeff Pace <jpace@incava.org>
-WWW:	http://www.incava.org/projects/apercu/
+WWW: http://www.incava.org/projects/apercu/
_______________________________________________
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 Michael Landin freebsd_committer freebsd_triage 2014-05-20 07:46:48 UTC
State Changed
From-To: open->closed

Committed, thanks!