From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 11:11:51 2014 Return-Path: Delivered-To: svn-ports-head@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 5AD39CBF; Mon, 3 Feb 2014 11:11:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0011C51; Mon, 3 Feb 2014 11:11:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13BBpuA043541; Mon, 3 Feb 2014 11:11:51 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13BBoO3043537; Mon, 3 Feb 2014 11:11:50 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031111.s13BBoO3043537@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 11:11:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342422 - in head: deskutils/hebcal mail/elmo X-SVN-Group: ports-head 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.17 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: Mon, 03 Feb 2014 11:11:51 -0000 Author: miwi Date: Mon Feb 3 11:11:50 2014 New Revision: 342422 URL: http://svnweb.freebsd.org/changeset/ports/342422 QAT: https://qat.redports.org/buildarchive/r342422/ Log: - Stage support Modified: head/deskutils/hebcal/Makefile head/mail/elmo/Makefile head/mail/elmo/pkg-plist Modified: head/deskutils/hebcal/Makefile ============================================================================== --- head/deskutils/hebcal/Makefile Mon Feb 3 11:11:36 2014 (r342421) +++ head/deskutils/hebcal/Makefile Mon Feb 3 11:11:50 2014 (r342422) @@ -11,9 +11,9 @@ COMMENT= Hebrew Calendar calculator HAS_CONFIGURE= yes -PLIST_FILES= bin/hebcal -MAN1= hebcal.1 +PLIST_FILES= bin/hebcal \ + man/man1/hebcal.1.gz + INFO= hebcal -NO_STAGE= yes .include Modified: head/mail/elmo/Makefile ============================================================================== --- head/mail/elmo/Makefile Mon Feb 3 11:11:36 2014 (r342421) +++ head/mail/elmo/Makefile Mon Feb 3 11:11:50 2014 (r342422) @@ -26,8 +26,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= elmo.1 elmoconf.pl.1 - NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext @@ -36,7 +34,6 @@ OPTIONS_SUB= yes .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else -NO_STAGE= yes pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support." Modified: head/mail/elmo/pkg-plist ============================================================================== --- head/mail/elmo/pkg-plist Mon Feb 3 11:11:36 2014 (r342421) +++ head/mail/elmo/pkg-plist Mon Feb 3 11:11:50 2014 (r342422) @@ -4,4 +4,6 @@ bin/elmoconf.pl %%DATADIR%%/tutorial %%NLS%%share/locale/de/LC_MESSAGES/elmo.mo %%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo +man/man1/elmo.1.gz +man/man1/elmoconf.pl.1.gz @dirrm %%DATADIR%%