Bug 189896 - [patch] Add staging support to www/weblint
Summary: [patch] Add staging support to www/weblint
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 21:00 UTC by joe
Modified: 2014-05-25 06:20 UTC (History)
0 users

See Also:


Attachments
file.diff (966 bytes, patch)
2014-05-17 21:00 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-17 21:00:00 UTC
Adds staging support and missing plist entry to www/weblint.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-17 21:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-25 06:18:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-25 06:18:17 UTC
Author: miwi
Date: Sun May 25 05:18:13 2014
New Revision: 355115
URL: http://svnweb.freebsd.org/changeset/ports/355115
QAT: https://qat.redports.org/buildarchive/r355115/

Log:
  - Stage support
  
  PR:		189896

Modified:
  head/www/weblint/Makefile
  head/www/weblint/files/patch-aa
  head/www/weblint/pkg-plist

Modified: head/www/weblint/Makefile
==============================================================================
--- head/www/weblint/Makefile	Sun May 25 05:16:29 2014	(r355114)
+++ head/www/weblint/Makefile	Sun May 25 05:18:13 2014	(r355115)
@@ -12,5 +12,4 @@ COMMENT=	HTML validator and sanity check
 
 MAN1=		weblint.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/weblint/files/patch-aa
==============================================================================
--- head/www/weblint/files/patch-aa	Sun May 25 05:16:29 2014	(r355114)
+++ head/www/weblint/files/patch-aa	Sun May 25 05:18:13 2014	(r355115)
@@ -15,9 +15,9 @@
   SHELL	= /bin/sh
   
 ! PREFIX ?= /usr/local
-! BINDIR	= ${PREFIX}/bin
-! MANDIR	= ${PREFIX}/man/man1
-! LIBDIR  = ${PREFIX}/lib
+! BINDIR	= ${DESTDIR}${PREFIX}/bin
+! MANDIR	= ${DESTDIR}${PREFIX}/man/man1
+! LIBDIR  = ${DESTDIR}${PREFIX}/lib
   PSROFF	= groff -Tps
   PSVIEW	= ghostview
   RM	= /bin/rm -f

Modified: head/www/weblint/pkg-plist
==============================================================================
--- head/www/weblint/pkg-plist	Sun May 25 05:16:29 2014	(r355114)
+++ head/www/weblint/pkg-plist	Sun May 25 05:18:13 2014	(r355115)
@@ -1,2 +1,3 @@
 bin/weblint
 lib/weblintrc
+man/man1/weblint.1.gz
_______________________________________________
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"