Bug 184781 - [PATCH] palm/libmal: Add STAGE and LICENSE support
Summary: [PATCH] palm/libmal: Add STAGE and LICENSE support
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-15 16:40 UTC by Steven Kreuzer
Modified: 2013-12-17 04:00 UTC (History)
1 user (show)

See Also:


Attachments
libmal-0.44.1.patch (568 bytes, patch)
2013-12-15 16:40 UTC, Steven Kreuzer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!