From owner-svn-ports-head@freebsd.org Sun Jan 19 17:36:20 2020 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 DDB241FF5AD; Sun, 19 Jan 2020 17:36:20 +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 48125w5YDcz4VXY; Sun, 19 Jan 2020 17:36:20 +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 B9CC4E6F6; Sun, 19 Jan 2020 17:36:20 +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 00JHaKXW024900; Sun, 19 Jan 2020 17:36:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00JHaKS4024897; Sun, 19 Jan 2020 17:36:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001191736.00JHaKS4024897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Jan 2020 17:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523583 - in head/devel/zziplib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel/zziplib: . files X-SVN-Commit-Revision: 523583 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: Sun, 19 Jan 2020 17:36:20 -0000 Author: antoine Date: Sun Jan 19 17:36:19 2020 New Revision: 523583 URL: https://svnweb.freebsd.org/changeset/ports/523583 Log: Drop python27 dependency Added: head/devel/zziplib/files/patch-Makefile.in (contents, props changed) Deleted: head/devel/zziplib/files/patch-docs_dbk2man.py Modified: head/devel/zziplib/Makefile head/devel/zziplib/pkg-plist Modified: head/devel/zziplib/Makefile ============================================================================== --- head/devel/zziplib/Makefile Sun Jan 19 17:33:14 2020 (r523582) +++ head/devel/zziplib/Makefile Sun Jan 19 17:36:19 2020 (r523583) @@ -4,7 +4,7 @@ PORTNAME= zziplib DISTVERSIONPREFIX= v DISTVERSION= 0.13.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -17,12 +17,11 @@ LICENSE_FILE_MPL11= ${WRKSRC}/docs/COPYING.MPL BUILD_DEPENDS= zip:archivers/zip -USES= libtool pathfix pkgconfig python:2.7,build shebangfix +USES= libtool pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= gdraheim GH_PROJECT= zziplib USE_LDCONFIG= yes -SHEBANG_FILES= docs/*.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --srcdir=${WRKSRC} Added: head/devel/zziplib/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zziplib/files/patch-Makefile.in Sun Jan 19 17:36:19 2020 (r523583) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2018-03-17 12:46:45 UTC ++++ Makefile.in +@@ -393,7 +393,7 @@ ACLOCAL_AMFLAGS = -I m4 + WANT_AUTOMAKE = 1.7 + WANT_AUTOCONF = 2.57 + DIST_SUBDIRS = zzip zzipwrap bins test docs SDL +-SUBDIRS = zzip zzipwrap bins test docs @SDL@ ++SUBDIRS = zzip zzipwrap bins test @SDL@ + OSC_ROOT = /my/own/osc + OSC_SRCDIR = $(OSC_ROOT) + OSC_PROJECT = home:guidod:zziplib-13 Modified: head/devel/zziplib/pkg-plist ============================================================================== --- head/devel/zziplib/pkg-plist Sun Jan 19 17:33:14 2020 (r523582) +++ head/devel/zziplib/pkg-plist Sun Jan 19 17:36:19 2020 (r523583) @@ -54,93 +54,4 @@ libdata/pkgconfig/zzipfseeko.pc libdata/pkgconfig/zziplib.pc libdata/pkgconfig/zzipmmapped.pc libdata/pkgconfig/zzipwrap.pc -man/man3/__zzip_fetch_disk_trailer.3.gz -man/man3/__zzip_parse_root_directory.3.gz -man/man3/__zzip_try_open.3.gz -man/man3/zzip_close.3.gz -man/man3/zzip_closedir.3.gz -man/man3/zzip_compr_str.3.gz -man/man3/zzip_dir_alloc.3.gz -man/man3/zzip_dir_alloc_ext_io.3.gz -man/man3/zzip_dir_fdopen.3.gz -man/man3/zzip_dir_fdopen_ext_io.3.gz -man/man3/zzip_dir_free.3.gz -man/man3/zzip_dir_open.3.gz -man/man3/zzip_dir_open_ext_io.3.gz -man/man3/zzip_dir_read.3.gz -man/man3/zzip_dir_real.3.gz -man/man3/zzip_dir_stat.3.gz -man/man3/zzip_dirfd.3.gz -man/man3/zzip_dirhandle.3.gz -man/man3/zzip_disk_buffer.3.gz -man/man3/zzip_disk_close.3.gz -man/man3/zzip_disk_entry_fopen.3.gz -man/man3/zzip_disk_entry_strdup_comment.3.gz -man/man3/zzip_disk_entry_strdup_name.3.gz -man/man3/zzip_disk_entry_to_data.3.gz -man/man3/zzip_disk_entry_to_file_header.3.gz -man/man3/zzip_disk_fclose.3.gz -man/man3/zzip_disk_feof.3.gz -man/man3/zzip_disk_findfile.3.gz -man/man3/zzip_disk_findfirst.3.gz -man/man3/zzip_disk_findmatch.3.gz -man/man3/zzip_disk_findnext.3.gz -man/man3/zzip_disk_fopen.3.gz -man/man3/zzip_disk_fread.3.gz -man/man3/zzip_disk_init.3.gz -man/man3/zzip_disk_mmap.3.gz -man/man3/zzip_disk_munmap.3.gz -man/man3/zzip_disk_new.3.gz -man/man3/zzip_disk_open.3.gz -man/man3/zzip_entry_data_offset.3.gz -man/man3/zzip_entry_fclose.3.gz -man/man3/zzip_entry_feof.3.gz -man/man3/zzip_entry_ffile.3.gz -man/man3/zzip_entry_findfile.3.gz -man/man3/zzip_entry_findfirst.3.gz -man/man3/zzip_entry_findmatch.3.gz -man/man3/zzip_entry_findnext.3.gz -man/man3/zzip_entry_fopen.3.gz -man/man3/zzip_entry_fread.3.gz -man/man3/zzip_entry_fread_file_header.3.gz -man/man3/zzip_entry_free.3.gz -man/man3/zzip_entry_strdup_name.3.gz -man/man3/zzip_errno.3.gz -man/man3/zzip_error.3.gz -man/man3/zzip_fclose.3.gz -man/man3/zzip_file_close.3.gz -man/man3/zzip_file_open.3.gz -man/man3/zzip_file_read.3.gz -man/man3/zzip_file_real.3.gz -man/man3/zzip_file_stat.3.gz -man/man3/zzip_filesize.3.gz -man/man3/zzip_fopen.3.gz -man/man3/zzip_fread.3.gz -man/man3/zzip_freopen.3.gz -man/man3/zzip_fstat.3.gz -man/man3/zzip_get_default_io.3.gz -man/man3/zzip_inflate_init.3.gz -man/man3/zzip_init_io.3.gz -man/man3/zzip_open.3.gz -man/man3/zzip_open_ext_io.3.gz -man/man3/zzip_open_shared_io.3.gz -man/man3/zzip_opendir.3.gz -man/man3/zzip_opendir_ext_io.3.gz -man/man3/zzip_read.3.gz -man/man3/zzip_readdir.3.gz -man/man3/zzip_realdir.3.gz -man/man3/zzip_realfd.3.gz -man/man3/zzip_rewind.3.gz -man/man3/zzip_rewinddir.3.gz -man/man3/zzip_seek.3.gz -man/man3/zzip_seek32.3.gz -man/man3/zzip_seekdir.3.gz -man/man3/zzip_seekdir32.3.gz -man/man3/zzip_seterror.3.gz -man/man3/zzip_strerror.3.gz -man/man3/zzip_strerror_of.3.gz -man/man3/zzip_tell.3.gz -man/man3/zzip_tell32.3.gz -man/man3/zzip_telldir.3.gz -man/man3/zzip_telldir32.3.gz share/aclocal/zziplib.m4