Bug 184781

Summary: [PATCH] palm/libmal: Add STAGE and LICENSE support
Product: Ports & Packages Reporter: Steven Kreuzer <skreuzer>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libmal-0.44.1.patch none

Description Steven Kreuzer freebsd_committer freebsd_triage 2013-12-15 16:40:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-15 16:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-17 03:55:50 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"
Comment 3 Dima Panov freebsd_committer freebsd_triage 2013-12-17 03:56:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!