svn commit: r400497 - head/java/sigar

John Marino marino at FreeBSD.org
Fri Oct 30 10:48:45 UTC 2015


Author: marino
Date: Fri Oct 30 10:48:43 2015
New Revision: 400497
URL: https://svnweb.freebsd.org/changeset/ports/400497

Log:
  java/sigar: Fix typo from previous commit (LATFORM => PLATFORM)
  
  While here, replace "freebsd" in LIBNAME with ${OPSYS:tl} to facilitate
  DragonFly support.
  
  Approved by:	Just fix it

Modified:
  head/java/sigar/Makefile

Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile	Fri Oct 30 10:48:11 2015	(r400496)
+++ head/java/sigar/Makefile	Fri Oct 30 10:48:43 2015	(r400497)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sigar
 PORTVERSION=	1.7.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java devel
 PKGNAMEPREFIX=	java-
 
@@ -41,7 +41,7 @@ PLATFORM_VER=	9
 BROKEN=		${OPSYS} platform is not supported
 .endif
 
-LIBNAME=	libsigar-${ARCH:S,i386,x86,}-freebsd-${LATFORM_VER}.so
+LIBNAME=	libsigar-${ARCH:S,i386,x86,}-${OPSYS:tl}-${PLATFORM_VER}.so
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \
 		%%JAVAJARDIR%%/${LIBNAME}


More information about the svn-ports-all mailing list