From owner-svn-ports-all@freebsd.org Sat Jan 5 22:23:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC2B214252AF; Sat, 5 Jan 2019 22:23:25 +0000 (UTC) (envelope-from swills@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 5110B6FD2D; Sat, 5 Jan 2019 22:23:25 +0000 (UTC) (envelope-from swills@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 432E11EE77; Sat, 5 Jan 2019 22:23:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x05MNPov056824; Sat, 5 Jan 2019 22:23:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x05MNOi6056821; Sat, 5 Jan 2019 22:23:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901052223.x05MNOi6056821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 5 Jan 2019 22:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489394 - head/mail/gnumail X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/mail/gnumail X-SVN-Commit-Revision: 489394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5110B6FD2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Sat, 05 Jan 2019 22:23:25 -0000 Author: swills Date: Sat Jan 5 22:23:24 2019 New Revision: 489394 URL: https://svnweb.freebsd.org/changeset/ports/489394 Log: mail/gnumail: Update to 1.3.0 PR: 230616 Submitted by: eancaer@gmail.com Approved by: maintainer timeout (theraven, >2 months) Modified: head/mail/gnumail/Makefile (contents, props changed) head/mail/gnumail/distinfo (contents, props changed) head/mail/gnumail/pkg-plist (contents, props changed) Modified: head/mail/gnumail/Makefile ============================================================================== --- head/mail/gnumail/Makefile Sat Jan 5 22:23:11 2019 (r489393) +++ head/mail/gnumail/Makefile Sat Jan 5 22:23:24 2019 (r489394) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnumail -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} @@ -13,11 +12,13 @@ COMMENT= GNUstep mail client LICENSE= GPLv2 -USES= cpe gnustep -CPE_VENDOR= gnu -USE_GNUSTEP= back build LIB_DEPENDS= libPantomime.so:mail/pantomime \ libAddresses.so:mail/addresses + +USES= cpe gnustep + +CPE_VENDOR= gnu +USE_GNUSTEP= back build gui base USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include Modified: head/mail/gnumail/distinfo ============================================================================== --- head/mail/gnumail/distinfo Sat Jan 5 22:23:11 2019 (r489393) +++ head/mail/gnumail/distinfo Sat Jan 5 22:23:24 2019 (r489394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503393356 -SHA256 (GNUMail-1.2.3.tar.gz) = 8221f0fe4f9ff2fdf0049b645586c819dff135de4f9e8f77742d94c1f0e5106b -SIZE (GNUMail-1.2.3.tar.gz) = 1411658 +TIMESTAMP = 1533045231 +SHA256 (GNUMail-1.3.0.tar.gz) = c4611bdfd43e84fb133f41747e9ac1078efbc398166af271b15e590eeefcdb76 +SIZE (GNUMail-1.3.0.tar.gz) = 1499242 Modified: head/mail/gnumail/pkg-plist ============================================================================== --- head/mail/gnumail/pkg-plist Sat Jan 5 22:23:11 2019 (r489393) +++ head/mail/gnumail/pkg-plist Sat Jan 5 22:23:24 2019 (r489394) @@ -1,4 +1,4 @@ -@dir GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/Headers +@dir GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/Headers GNUstep/System/Applications/GNUMail.app/GNUMail GNUstep/System/Applications/GNUMail.app/Resources/AddressBook_32.tiff GNUstep/System/Applications/GNUMail.app/Resources/AddressManager_32.tiff @@ -168,6 +168,9 @@ GNUstep/System/Applications/GNUMail.app/Resources/Engl GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/EditWindow.gorm/data.classes GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/EditWindow.gorm/data.info GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/EditWindow.gorm/objects.gorm +GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/FindWindow.gorm/data.classes +GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/FindWindow.gorm/data.info +GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/FindWindow.gorm/objects.gorm GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/PasswordPanel.gorm/data.classes GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/PasswordPanel.gorm/data.info GNUstep/System/Applications/GNUMail.app/Resources/English.lproj/PasswordPanel.gorm/objects.gorm @@ -261,15 +264,15 @@ GNUstep/System/Library/ApplicationSupport/GNUMail/View GNUstep/System/Library/Frameworks/GNUMail.framework/GNUMail GNUstep/System/Library/Frameworks/GNUMail.framework/Headers GNUstep/System/Library/Frameworks/GNUMail.framework/Resources -GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/GNUMail -GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/Resources/Info-gnustep.plist -GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/libGNUMail.so -GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/libGNUMail.so.%%MAJORVERSION%% -GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/%%MAJORVERSION%%/libGNUMail.so.%%VERSION%% +GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/GNUMail +GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/Resources/Info-gnustep.plist +GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/libGNUMail.so +GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/libGNUMail.so.1 +GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/libGNUMail.so.1.2.3 GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/Current GNUstep/System/Library/Frameworks/GNUMail.framework/libGNUMail.so GNUstep/System/Library/Headers/GNUMail GNUstep/System/Library/Libraries/libGNUMail.so -GNUstep/System/Library/Libraries/libGNUMail.so.%%MAJORVERSION%% -GNUstep/System/Library/Libraries/libGNUMail.so.%%VERSION%% +GNUstep/System/Library/Libraries/libGNUMail.so.1 +GNUstep/System/Library/Libraries/libGNUMail.so.1.2.3 GNUstep/System/Tools/GNUMail