From owner-svn-ports-head@freebsd.org Thu Sep 26 16:01:50 2019 Return-Path: Delivered-To: svn-ports-head@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 8495B12B7F2; Thu, 26 Sep 2019 16:01:50 +0000 (UTC) (envelope-from zeising@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 46fKRy2hhvz4RvX; Thu, 26 Sep 2019 16:01:50 +0000 (UTC) (envelope-from zeising@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 41103289C; Thu, 26 Sep 2019 16:01:50 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8QG1ohB067549; Thu, 26 Sep 2019 16:01:50 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8QG1o5n067548; Thu, 26 Sep 2019 16:01:50 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909261601.x8QG1o5n067548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 26 Sep 2019 16:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512901 - head/print/xmbibtex X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/print/xmbibtex X-SVN-Commit-Revision: 512901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2019 16:01:50 -0000 Author: zeising Date: Thu Sep 26 16:01:49 2019 New Revision: 512901 URL: https://svnweb.freebsd.org/changeset/ports/512901 Log: print/xmbibtex: Remove depenency on libXp Remove dependency on libXp from print/xmbibtex, this is a prerequsite for deprecating libXp. Add xorg to USES Modified: head/print/xmbibtex/Makefile Modified: head/print/xmbibtex/Makefile ============================================================================== --- head/print/xmbibtex/Makefile Thu Sep 26 15:59:47 2019 (r512900) +++ head/print/xmbibtex/Makefile Thu Sep 26 16:01:49 2019 (r512901) @@ -3,7 +3,7 @@ PORTNAME= xmbibtex PORTVERSION= 1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print databases MASTER_SITES= SUNSITE/apps/tex @@ -12,8 +12,8 @@ COMMENT= Reference manager based on the BibTeX file fo WRKSRC_SUBDIR= src -USES= imake:noman motif -USE_XORG= ice sm x11 xext xmu xp xt xpm +USES= imake:noman motif xorg +USE_XORG= ice sm x11 xext xmu xt xpm PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX