From owner-svn-ports-all@freebsd.org Thu Aug 4 18:06:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF68BADFD8; Thu, 4 Aug 2016 18:06:36 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BCB11C1B; Thu, 4 Aug 2016 18:06:36 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74I6ZVB044113; Thu, 4 Aug 2016 18:06:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74I6ZpJ044112; Thu, 4 Aug 2016 18:06:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201608041806.u74I6ZpJ044112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 4 Aug 2016 18:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419641 - head/graphics/linux-c6-jasper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 18:06:36 -0000 Author: tijl Date: Thu Aug 4 18:06:35 2016 New Revision: 419641 URL: https://svnweb.freebsd.org/changeset/ports/419641 Log: Make the port actually work with the current ports tree. Modified: head/graphics/linux-c6-jasper/Makefile Modified: head/graphics/linux-c6-jasper/Makefile ============================================================================== --- head/graphics/linux-c6-jasper/Makefile Thu Aug 4 18:02:46 2016 (r419640) +++ head/graphics/linux-c6-jasper/Makefile Thu Aug 4 18:06:35 2016 (r419641) @@ -4,15 +4,15 @@ PORTNAME= jasper PORTVERSION= 1.900.1 PORTREVISION= 1 CATEGORIES= graphics linux -LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} -SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE +DISTNAME= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION} +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) ONLY_FOR_ARCHS= i386 amd64 RPMVERSION= 16.el6_6.3 -USES= linux:c6 +USE_LINUX= c6 USE_LINUX_APPS= jpeg USE_LINUX_RPM= yes USE_LDCONFIG= yes