svn commit: r367944 - head/print/muttprint

Adam Weinberger adamw at FreeBSD.org
Thu Sep 11 15:01:37 UTC 2014


Author: adamw
Date: Thu Sep 11 15:01:36 2014
New Revision: 367944
URL: http://svnweb.freebsd.org/changeset/ports/367944
QAT: https://qat.redports.org/buildarchive/r367944/

Log:
  Not sure where I found muttprint-langinfo existing before, but it doesn't
  appear to be built in print/ or russian/, so remove it from the plist
  entirely and bump PORTREVISION.

Modified:
  head/print/muttprint/Makefile
  head/print/muttprint/pkg-plist

Modified: head/print/muttprint/Makefile
==============================================================================
--- head/print/muttprint/Makefile	Thu Sep 11 14:40:48 2014	(r367943)
+++ head/print/muttprint/Makefile	Thu Sep 11 15:01:36 2014	(r367944)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	muttprint
 PORTVERSION=	0.72d
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES?=	print mail
 MASTER_SITES=	SF/muttprint/muttprint/muttprint-${PORTVERSION}
 
@@ -30,13 +30,6 @@ CUPS_RUN_DEPENDS=	cupstestppd:${PORTSDIR
 PAPERSIZE=	letter
 .endif
 
-# muttprint-langinfo is not built for russian/muttprint
-.if defined(MASTERDIR)
-PLIST_SUB+=	LANGINFO="@comment "
-.else
-PLIST_SUB+=	LANGINFO=""
-.endif
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCUPS}

Modified: head/print/muttprint/pkg-plist
==============================================================================
--- head/print/muttprint/pkg-plist	Thu Sep 11 14:40:48 2014	(r367943)
+++ head/print/muttprint/pkg-plist	Thu Sep 11 15:01:36 2014	(r367944)
@@ -1,5 +1,4 @@
 bin/muttprint
-%%LANGINFO%%bin/muttprint-langinfo
 man/man1/muttprint.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/COPYING


More information about the svn-ports-head mailing list