From nobody@FreeBSD.org  Sat May 17 19:54:48 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E4BE7308
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 May 2014 19:54:48 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id D23B32208
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 May 2014 19:54:48 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HJsmUm089365
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 May 2014 19:54:48 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4HJsm4O089364;
	Sat, 17 May 2014 19:54:48 GMT
	(envelope-from nobody)
Message-Id: <201405171954.s4HJsm4O089364@cgiserv.freebsd.org>
Date: Sat, 17 May 2014 19:54:48 GMT
From: Joseph Benden <joe@thrallingpenguin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Add staging support to www/weblint
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189896
>Category:       ports
>Synopsis:       [patch] Add staging support to www/weblint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 17 20:00:00 UTC 2014
>Closed-Date:    Sun May 25 05:18:16 UTC 2014
>Last-Modified:  Sun May 25 05:20:01 UTC 2014
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Adds staging support and missing plist entry to www/weblint.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/www/weblint/Makefile b/www/weblint/Makefile
index fc54e28..c1d1514 100644
--- a/www/weblint/Makefile
+++ b/www/weblint/Makefile
@@ -12,5 +12,4 @@ COMMENT=	HTML validator and sanity checker
 
 MAN1=		weblint.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
diff --git a/www/weblint/files/patch-aa b/www/weblint/files/patch-aa
index 0190930..b4056c7 100644
--- a/www/weblint/files/patch-aa
+++ b/www/weblint/files/patch-aa
@@ -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
diff --git a/www/weblint/pkg-plist b/www/weblint/pkg-plist
index d1f98b2..ed2fdab 100644
--- a/www/weblint/pkg-plist
+++ b/www/weblint/pkg-plist
@@ -1,2 +1,3 @@
 bin/weblint
 lib/weblintrc
+man/man1/weblint.1.gz


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 17 20:00:04 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189896 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 25 05:18:15 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189896 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189896: commit references a PR
Date: Sun, 25 May 2014 05:18:17 +0000 (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"
 
>Unformatted:
