From owner-svn-ports-all@freebsd.org Wed Sep 11 19:14:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BCE0DD7C5; Wed, 11 Sep 2019 19:14:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TBR4736sz4KQ9; Wed, 11 Sep 2019 19:14:24 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4EA9B095; Wed, 11 Sep 2019 19:14:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8BJEON9074122; Wed, 11 Sep 2019 19:14:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8BJEOZY074121; Wed, 11 Sep 2019 19:14:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201909111914.x8BJEOZY074121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 11 Sep 2019 19:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511835 - head/www/glassfish5 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/glassfish5 X-SVN-Commit-Revision: 511835 X-SVN-Commit-Repository: ports 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.29 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: Wed, 11 Sep 2019 19:14:25 -0000 Author: antoine Date: Wed Sep 11 19:14:24 2019 New Revision: 511835 URL: https://svnweb.freebsd.org/changeset/ports/511835 Log: Fix duplicate PKGBASE Pointy hat: jmd Modified: head/www/glassfish5/Makefile Modified: head/www/glassfish5/Makefile ============================================================================== --- head/www/glassfish5/Makefile Wed Sep 11 19:13:05 2019 (r511834) +++ head/www/glassfish5/Makefile Wed Sep 11 19:14:24 2019 (r511835) @@ -5,6 +5,7 @@ PORTNAME= glassfish PORTVERSION= 5.0 CATEGORIES= www java MASTER_SITES= http://download.oracle.com/glassfish/${PORTVERSION}/release/ +PKGNAMESUFFIX= 5 MAINTAINER= jmd@FreeBSD.org COMMENT= Reference implementation of the Java EE application server @@ -30,8 +31,6 @@ SUB_LIST= GLASSFISHVERSION=${PORTVERSION} \ USE_RC_SUBR= glassfish GLASSFISH_BIN_FILES= appclient asadmin capture-schema jspc package-appclient schemagen startserv stopserv wscompile wsdeploy wsgen wsimport xjc -.include - do-install: @${FIND} ${WRKSRC} -name '*.bat' -delete @${FIND} ${WRKSRC} -name '*.exe' -delete @@ -42,4 +41,4 @@ do-install: @${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/glassfish/bin/${x} .endfor -.include +.include