From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 12:24:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C616147A; Tue, 9 Sep 2014 12:24:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 97D7F1F7; Tue, 9 Sep 2014 12:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89COx7O034469; Tue, 9 Sep 2014 12:24:59 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89COxdJ034465; Tue, 9 Sep 2014 12:24:59 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201409091224.s89COxdJ034465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 9 Sep 2014 12:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367727 - head/sysutils/shmcat 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.18-1 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: Tue, 09 Sep 2014 12:24:59 -0000 Author: jhale Date: Tue Sep 9 12:24:58 2014 New Revision: 367727 URL: http://svnweb.freebsd.org/changeset/ports/367727 QAT: https://qat.redports.org/buildarchive/r367727/ Log: - Update to 1.7 - Add LICENSE While here: - Simplify MASTER_SITES - Convert USE_BZIP2 -> USES=tar:bzip2 - Use options helpers - Drop unused MANLANG and fix NLS manpages in pkg-plist PR: 193477 Submitted by: Gasol Wu (maintainer) Modified: head/sysutils/shmcat/Makefile head/sysutils/shmcat/distinfo head/sysutils/shmcat/pkg-plist Modified: head/sysutils/shmcat/Makefile ============================================================================== --- head/sysutils/shmcat/Makefile Tue Sep 9 11:35:41 2014 (r367726) +++ head/sysutils/shmcat/Makefile Tue Sep 9 12:24:58 2014 (r367727) @@ -2,29 +2,22 @@ # $FreeBSD$ PORTNAME= shmcat -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME} MAINTAINER= gasol.wu@gmail.com COMMENT= Simple tool that dumps System V shared memory segments -USE_BZIP2= yes -USES= iconv +LICENSE= GPLv2 + +USES= tar:bzip2 iconv GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -MANLANG= "" de -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include Modified: head/sysutils/shmcat/distinfo ============================================================================== --- head/sysutils/shmcat/distinfo Tue Sep 9 11:35:41 2014 (r367726) +++ head/sysutils/shmcat/distinfo Tue Sep 9 12:24:58 2014 (r367727) @@ -1,2 +1,2 @@ -SHA256 (shmcat-1.6.tar.bz2) = e561fd03caed262b319f9a93556a5bda31e0f0704b5808a9eac8454f6013b9d8 -SIZE (shmcat-1.6.tar.bz2) = 306541 +SHA256 (shmcat-1.7.tar.bz2) = dfe113592425373ea3d67cad5e9e44cbc27e45c75af3b308240aee9530d169cc +SIZE (shmcat-1.7.tar.bz2) = 309356 Modified: head/sysutils/shmcat/pkg-plist ============================================================================== --- head/sysutils/shmcat/pkg-plist Tue Sep 9 11:35:41 2014 (r367726) +++ head/sysutils/shmcat/pkg-plist Tue Sep 9 12:24:58 2014 (r367727) @@ -1,11 +1,11 @@ bin/ftok bin/shmcat +%%NLS%%man/de/man1/ftok.1.gz +%%NLS%%man/de/man1/shmcat.1.gz +man/man1/ftok.1.gz +man/man1/shmcat.1.gz %%NLS%%share/locale/de/LC_MESSAGES/shmcat.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/shmcat.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/shmcat.mo -%%NLS%%@dirrmtry man/de %%NLS%%@dirrmtry man/de/man1 -man/de/man1/ftok.1.gz -man/de/man1/shmcat.1.gz -man/man1/ftok.1.gz -man/man1/shmcat.1.gz +%%NLS%%@dirrmtry man/de