From owner-svn-ports-all@freebsd.org Fri Mar 24 15:03:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0876AD196D8; Fri, 24 Mar 2017 15:03:43 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id BC8971E52; Fri, 24 Mar 2017 15:03:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2OF3fpI052221; Fri, 24 Mar 2017 15:03:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2OF3fAJ052218; Fri, 24 Mar 2017 15:03:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703241503.v2OF3fAJ052218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 24 Mar 2017 15:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436817 - head/comms/efax X-SVN-Group: ports-head 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.23 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: Fri, 24 Mar 2017 15:03:43 -0000 Author: amdmi3 Date: Fri Mar 24 15:03:41 2017 New Revision: 436817 URL: https://svnweb.freebsd.org/changeset/ports/436817 Log: - Fix package name - Fix LICENSE - Add WWW Modified: head/comms/efax/Makefile head/comms/efax/distinfo head/comms/efax/pkg-descr Modified: head/comms/efax/Makefile ============================================================================== --- head/comms/efax/Makefile Fri Mar 24 14:43:24 2017 (r436816) +++ head/comms/efax/Makefile Fri Mar 24 15:03:41 2017 (r436817) @@ -1,16 +1,16 @@ # Created by: MITA Yoshio # $FreeBSD$ -PORTNAME= efax-0.9a -PORTVERSION= 001114a7 -PORTREVISION= 7 +PORTNAME= efax +DISTVERSION= 0.9a-001114a7 +PORTREVISION= 8 CATEGORIES= comms MASTER_SITES= http://shino.pos.to/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Fax send/receive program -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= xloadimage:x11/xloadimage Modified: head/comms/efax/distinfo ============================================================================== --- head/comms/efax/distinfo Fri Mar 24 14:43:24 2017 (r436816) +++ head/comms/efax/distinfo Fri Mar 24 15:03:41 2017 (r436817) @@ -1,2 +1,3 @@ +TIMESTAMP = 1490366675 SHA256 (efax-0.9a-001114a7.tar.gz) = 383fa3fe8ce8f647315d1833a2d57a5f8bcbdadc6eb762455969606342cc8a20 SIZE (efax-0.9a-001114a7.tar.gz) = 144350 Modified: head/comms/efax/pkg-descr ============================================================================== --- head/comms/efax/pkg-descr Fri Mar 24 14:43:24 2017 (r436816) +++ head/comms/efax/pkg-descr Fri Mar 24 15:03:41 2017 (r436817) @@ -1,2 +1,4 @@ Efax can send and receive FAX via FAX modem. Enhanced from mgetty+sendfax program, this program can handle `CLASS1' modems. + +WWW: http://shino.pos.to/linux/efax.html