From owner-svn-ports-head@freebsd.org Tue Aug 20 17:47:54 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 8E67ED6F0E; Tue, 20 Aug 2019 17:47:54 +0000 (UTC) (envelope-from jgh@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 46CdYQ33Dyz4bhc; Tue, 20 Aug 2019 17:47:54 +0000 (UTC) (envelope-from jgh@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 4B27E6D8A; Tue, 20 Aug 2019 17:47:54 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7KHlsPJ061067; Tue, 20 Aug 2019 17:47:54 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7KHlrmW061063; Tue, 20 Aug 2019 17:47:53 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201908201747.x7KHlrmW061063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 20 Aug 2019 17:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509436 - in head: . graphics graphics/imgvtopgm palm palm/imgvtopgm X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: in head: . graphics graphics/imgvtopgm palm palm/imgvtopgm X-SVN-Commit-Revision: 509436 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: Tue, 20 Aug 2019 17:47:54 -0000 Author: jgh Date: Tue Aug 20 17:47:53 2019 New Revision: 509436 URL: https://svnweb.freebsd.org/changeset/ports/509436 Log: - shift to main category of graphics Added: head/graphics/imgvtopgm/ - copied from r509435, head/palm/imgvtopgm/ Deleted: head/palm/imgvtopgm/ Modified: head/MOVED head/graphics/Makefile head/graphics/imgvtopgm/Makefile head/palm/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Aug 20 17:36:36 2019 (r509435) +++ head/MOVED Tue Aug 20 17:47:53 2019 (r509436) @@ -12873,3 +12873,4 @@ sysutils/grub2||2019-08-17|Has expired: Unmaintained ( net/samba46|net/samba48|2019-08-19|Has expired: yes net/samba47|net/samba48|2019-08-19|Has expired: yes palm/bibelot|sysutils/bibelot|2019-08-20|Move to more applicable category +palm/imgvtopgm|graphics/imgvtopgm|2019-08-20|Move to more applicable category Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Aug 20 17:36:36 2019 (r509435) +++ head/graphics/Makefile Tue Aug 20 17:47:53 2019 (r509436) @@ -359,6 +359,7 @@ SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv + SUBDIR += imgvtopgm SUBDIR += imlib2 SUBDIR += imlib2-webp SUBDIR += imlib2_loaders Modified: head/graphics/imgvtopgm/Makefile ============================================================================== --- head/palm/imgvtopgm/Makefile Tue Aug 20 17:36:36 2019 (r509435) +++ head/graphics/imgvtopgm/Makefile Tue Aug 20 17:47:53 2019 (r509436) @@ -4,7 +4,7 @@ PORTNAME= imgvtopgm PORTVERSION= 2.0 PORTREVISION= 5 -CATEGORIES= palm graphics +CATEGORIES= graphics MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/ MAINTAINER= ports@FreeBSD.org Modified: head/palm/Makefile ============================================================================== --- head/palm/Makefile Tue Aug 20 17:36:36 2019 (r509435) +++ head/palm/Makefile Tue Aug 20 17:47:53 2019 (r509436) @@ -3,7 +3,6 @@ COMMENT = Software support for handheld devices (Palm, PocketPC, ...) - SUBDIR += imgvtopgm SUBDIR += jpilot SUBDIR += jpilot-picsnvideos SUBDIR += libmal