svn commit: r399979 - head/devel/jep

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 22 14:05:58 UTC 2015


Author: amdmi3
Date: Thu Oct 22 14:05:56 2015
New Revision: 399979
URL: https://svnweb.freebsd.org/changeset/ports/399979

Log:
  - Add LICENSE
  - Pet portlint
  - Strip library
  - Fix WWW:

Modified:
  head/devel/jep/Makefile
  head/devel/jep/pkg-descr

Modified: head/devel/jep/Makefile
==============================================================================
--- head/devel/jep/Makefile	Thu Oct 22 14:05:41 2015	(r399978)
+++ head/devel/jep/Makefile	Thu Oct 22 14:05:56 2015	(r399979)
@@ -3,14 +3,16 @@
 
 PORTNAME=	jep
 PORTVERSION=	2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel java python
 MASTER_SITES=	SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java Embedded Python
 
-HAS_CONFIGURE=	yes
+LICENSE=	ZLIB
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
 MAKE_ENV=	JAVA_HOME=${JAVA_HOME}
 CONFIGURE_ARGS=	--prefix=${PREFIX} --exec-prefix=${PREFIX}
@@ -21,11 +23,12 @@ USE_LDCONFIG=	yes
 USES=		libtool python
 # Necessary, since the configure script does the LIBS and
 # LDFLAGS detection wrong
-LDFLAGS=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAKE_JOBS_UNSAFE=	yes
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjep.so
 
 .include <bsd.port.mk>

Modified: head/devel/jep/pkg-descr
==============================================================================
--- head/devel/jep/pkg-descr	Thu Oct 22 14:05:41 2015	(r399978)
+++ head/devel/jep/pkg-descr	Thu Oct 22 14:05:56 2015	(r399979)
@@ -1,4 +1,4 @@
 Jep embeds CPython in Java. It is safe to use in a heavily threaded
 environment, it is quite fast and its stability is a main feature and goal.
 
-WWW:	http://jepp.sourceforge.net
+WWW: http://jepp.sourceforge.net/


More information about the svn-ports-all mailing list