From skreuzer@FreeBSD.org  Sun Dec 15 16:38:40 2013
Return-Path: <skreuzer@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 74D0B323;
	Sun, 15 Dec 2013 16:38:40 +0000 (UTC)
Received: from scruffy.exit2shell.com (scruffy.exit2shell.com [174.136.99.34])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5DA361021;
	Sun, 15 Dec 2013 16:38:40 +0000 (UTC)
Received: by scruffy.exit2shell.com  with ESMTP id rBFGcbuu055224; Sun, 15 Dec 2013 08:38:37 -0800 (PST)
Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Sun, 15 Dec 2013 16:38:38 +0000
Message-Id: <201312151638.rBFGcbuu055224@scruffy.exit2shell.com>
Date: Sun, 15 Dec 2013 16:38:38 +0000
From: Steven Kreuzer <skreuzer@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: fluffy@FreeBSD.org
Subject: [PATCH] palm/libmal: Add STAGE and LICENSE support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184781
>Category:       ports
>Synopsis:       [PATCH] palm/libmal: Add STAGE and LICENSE support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fluffy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 15 16:40:00 UTC 2013
>Closed-Date:    Tue Dec 17 03:56:31 UTC 2013
>Last-Modified:  Tue Dec 17 04:00:00 UTC 2013
>Originator:     Steven Kreuzer
>Release:        FreeBSD 9.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD clamps.exit2shell.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:01:40 UTC 2013
>Description:
Add STAGE and LICENSE support
Remove USE_GMAKE in favor of USES
Update LIB_DEPENDS to new format

Port maintainer (fluffy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- libmal-0.44.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 336553)
+++ Makefile	(working copy)
@@ -9,14 +9,14 @@
 MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	A library encapsulating malsync
 
-LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
+LICENSE=	MPL
 
-USE_GMAKE=	YES
+LIB_DEPENDS=	libpisock.so.9:${PORTSDIR}/palm/pilot-link
+
+USES=	gmake
 GNU_CONFIGURE=	yes
-HAS_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
 USE_LDCONFIG=	YES
 CONFLICTS=	malsync-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- libmal-0.44.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fluffy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 15 16:40:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184781 
State-Changed-From-To: open->closed 
State-Changed-By: fluffy 
State-Changed-When: Tue Dec 17 03:56:30 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184781: commit references a PR
Date: Tue, 17 Dec 2013 03:55:50 +0000 (UTC)

 Author: fluffy
 Date: Tue Dec 17 03:55:42 2013
 New Revision: 336692
 URL: http://svnweb.freebsd.org/changeset/ports/336692
 
 Log:
   - Add STAGE and LICENSE support
   - Remove USE_GMAKE in favor of USES
   - Update LIB_DEPENDS to new format
   
   PR:		184781
   Submitted by:	Steven Kreuzer
 
 Modified:
   head/palm/libmal/Makefile   (contents, props changed)
 
 Modified: head/palm/libmal/Makefile
 ==============================================================================
 --- head/palm/libmal/Makefile	Tue Dec 17 03:32:45 2013	(r336691)
 +++ head/palm/libmal/Makefile	Tue Dec 17 03:55:42 2013	(r336692)
 @@ -9,14 +9,14 @@ MASTER_SITES=	http://www.jlogday.com/cod
  MAINTAINER=	fluffy@FreeBSD.org
  COMMENT=	A library encapsulating malsync
  
 -LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
 +LICENSE=	MPL
  
 -USE_GMAKE=	YES
 +LIB_DEPENDS=	libpisock.so.9:${PORTSDIR}/palm/pilot-link
 +
 +USES=	gmake
  GNU_CONFIGURE=	yes
 -HAS_CONFIGURE=	YES
  CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
  USE_LDCONFIG=	YES
  CONFLICTS=	malsync-[0-9]*
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 _______________________________________________
 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:
