svn commit: r357217 - head/net/jicmp

John Marino marino at FreeBSD.org
Mon Jun 9 22:59:55 UTC 2014


Author: marino
Date: Mon Jun  9 22:59:54 2014
New Revision: 357217
URL: http://svnweb.freebsd.org/changeset/ports/357217
QAT: https://qat.redports.org/buildarchive/r357217/

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

Modified:
  head/net/jicmp/Makefile
  head/net/jicmp/pkg-plist

Modified: head/net/jicmp/Makefile
==============================================================================
--- head/net/jicmp/Makefile	Mon Jun  9 22:56:47 2014	(r357216)
+++ head/net/jicmp/Makefile	Mon Jun  9 22:59:54 2014	(r357217)
@@ -6,11 +6,12 @@ PORTVERSION=	1.4.2
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP/stable-1.4/
 
-MAINTAINER=	venture37 at geeklan.co.uk
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java native interface (JNI) to ICMP (ping)
 
 WRKSRC=		${WRKDIR}/jicmp-${PORTVERSION}
 
+USES=		libtool
 USE_JAVA=	yes
 JAVA_VERSION=	1.6
 JAVA_VENDOR=	openjdk

Modified: head/net/jicmp/pkg-plist
==============================================================================
--- head/net/jicmp/pkg-plist	Mon Jun  9 22:56:47 2014	(r357216)
+++ head/net/jicmp/pkg-plist	Mon Jun  9 22:59:54 2014	(r357217)
@@ -1,3 +1,2 @@
 %%JAVAJARDIR%%/jicmp.jar
-lib/libjicmp.la
 lib/libjicmp.so


More information about the svn-ports-head mailing list