Bug 188521 - [PATCH] devel/py-jcc: staging
Summary: [PATCH] devel/py-jcc: staging
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 17:30 UTC by Bartek Rutkowski
Modified: 2014-05-08 16:30 UTC (History)
1 user (show)

See Also:


Attachments
py-jcc-2.13.patch (463 bytes, patch)
2014-04-12 17:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-12 17:30:00 UTC
- Staging
- Add LICENSE

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-jcc/2.13/

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

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-12 17:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-08 16:29:31 UTC
Author: vanilla
Date: Thu May  8 15:29:28 2014
New Revision: 353317
URL: http://svnweb.freebsd.org/changeset/ports/353317
QAT: https://qat.redports.org/buildarchive/r353317/

Log:
  - Staging
  - Add LICENSE
  
  PR:		ports/188521
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@

Modified:
  head/devel/py-jcc/Makefile

Modified: head/devel/py-jcc/Makefile
==============================================================================
--- head/devel/py-jcc/Makefile	Thu May  8 15:14:39 2014	(r353316)
+++ head/devel/py-jcc/Makefile	Thu May  8 15:29:28 2014	(r353317)
@@ -12,6 +12,8 @@ DISTNAME=	JCC-${PORTVERSION}
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	C++ code generator for calling Java from C++/Python
 
+LICENSE=	APACHE20
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	JCC
@@ -31,5 +33,4 @@ MAKE_ENV+=	JCC_INCLUDES=${JCC_INCLUDES} 
 		JCC_JAVADOC=${JAVADOC} \
 		JCC_JAVAC=javac JCC_ARGSEP=";"
 
-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 Vanilla I. Shu freebsd_committer freebsd_triage 2014-05-08 16:30:14 UTC
State Changed
From-To: open->closed

Committed, thanks.