svn commit: r359271 - head/devel/jep
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 25 18:37:18 UTC 2014
Author: amdmi3
Date: Wed Jun 25 18:37:17 2014
New Revision: 359271
URL: http://svnweb.freebsd.org/changeset/ports/359271
QAT: https://qat.redports.org/buildarchive/r359271/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/jep/Makefile
head/devel/jep/pkg-plist
Modified: head/devel/jep/Makefile
==============================================================================
--- head/devel/jep/Makefile Wed Jun 25 18:37:10 2014 (r359270)
+++ head/devel/jep/Makefile Wed Jun 25 18:37:17 2014 (r359271)
@@ -3,6 +3,7 @@
PORTNAME= jep
PORTVERSION= 2.4
+PORTREVISION= 1
CATEGORIES= devel java python
MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
@@ -18,6 +19,7 @@ JAVA_VERSION= 1.6+
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USES= libtool
# Necessary, since the configure script does the LIBS and
# LDFLAGS detection wrong
LDFLAGS= -L${LOCALBASE}/lib
Modified: head/devel/jep/pkg-plist
==============================================================================
--- head/devel/jep/pkg-plist Wed Jun 25 18:37:10 2014 (r359270)
+++ head/devel/jep/pkg-plist Wed Jun 25 18:37:17 2014 (r359271)
@@ -1,6 +1,6 @@
lib/libjep.a
-lib/libjep.la
lib/libjep.so.2
+lib/libjep.so.2.0.1
lib/libjep.so
man/man1/jep.1.gz
%%JAVAJARDIR%%/jep.jar
More information about the svn-ports-all
mailing list