Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 10:48:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400497 - head/java/sigar
Message-ID:  <201510301048.t9UAmia3077325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510301048.t9UAmia3077325>