svn commit: r357216 - head/net/jicmp6

John Marino marino at FreeBSD.org
Mon Jun 9 22:56:48 UTC 2014


Author: marino
Date: Mon Jun  9 22:56:47 2014
New Revision: 357216
URL: http://svnweb.freebsd.org/changeset/ports/357216
QAT: https://qat.redports.org/buildarchive/r357216/

Log:
  net/jicmp6: USES+= libtool, then reset maintainer
  
  Thanks for being this port's first maintainer!
  
  PR:		ports/190465
  PR:		ports/190838
  Submitted by:	maintainer (Sevan Janiyan)

Modified:
  head/net/jicmp6/Makefile

Modified: head/net/jicmp6/Makefile
==============================================================================
--- head/net/jicmp6/Makefile	Mon Jun  9 22:45:46 2014	(r357215)
+++ head/net/jicmp6/Makefile	Mon Jun  9 22:56:47 2014	(r357216)
@@ -5,9 +5,10 @@ PORTVERSION=	1.2.2
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP6/stable-1.2
 
-MAINTAINER=	venture37 at geeklan.co.uk
+MAINTAINER=	ports at FreeBSD.orig
 COMMENT=	Java native interface (JNI) to ICMPv6
 
+USES=		libtool
 USE_JAVA=	yes
 JAVA_VERSION=	1.6
 JAVA_VENDOR=	openjdk
@@ -16,8 +17,7 @@ JAVA_RUN=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
 
-PLIST_FILES=	lib/libjicmp6.la \
-		lib/libjicmp6.so \
+PLIST_FILES=	lib/libjicmp6.so \
 		share/java/jicmp6.jar
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list