svn commit: r358750 - head/mail/metamail

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jun 21 21:53:21 UTC 2014


Author: rakuco
Date: Sat Jun 21 21:53:20 2014
New Revision: 358750
URL: http://svnweb.freebsd.org/changeset/ports/358750
QAT: https://qat.redports.org/buildarchive/r358750/

Log:
  Do not try to remove directories used only when the X11 option is on.
  
  Fixes check-plist errors with the X11 option unset.
  
  PR:		190768
  Submitted by:	Dave Duchscher <daved at tamu.edu>

Modified:
  head/mail/metamail/Makefile
  head/mail/metamail/pkg-plist

Modified: head/mail/metamail/Makefile
==============================================================================
--- head/mail/metamail/Makefile	Sat Jun 21 21:45:05 2014	(r358749)
+++ head/mail/metamail/Makefile	Sat Jun 21 21:53:20 2014	(r358750)
@@ -3,7 +3,7 @@
 
 PORTNAME=	metamail
 PORTVERSION=	2.7
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	mail
 MASTER_SITES=	http://ftp.funet.fi/pub/unix/mail/metamail/ \
 		ftp://ftp.research.telcordia.com/pub/nsb/

Modified: head/mail/metamail/pkg-plist
==============================================================================
--- head/mail/metamail/pkg-plist	Sat Jun 21 21:45:05 2014	(r358749)
+++ head/mail/metamail/pkg-plist	Sat Jun 21 21:53:20 2014	(r358750)
@@ -50,5 +50,5 @@ man/man1/showpartial.1.gz
 man/man1/showpicture.1.gz
 man/man1/splitmail.1.gz
 man/man4/mailcap.4.gz
- at dirrmtry lib/metamail/fonts
- at dirrmtry lib/metamail
+%%X11%%@dirrmtry lib/metamail/fonts
+%%X11%%@dirrmtry lib/metamail


More information about the svn-ports-head mailing list