svn commit: r301309 - in head/mail: . mutt-devel-lite mutt-lite

Chris Rees crees at FreeBSD.org
Sun Jul 22 09:16:32 UTC 2012


Author: crees
Date: Sun Jul 22 09:16:31 2012
New Revision: 301309
URL: http://svn.freebsd.org/changeset/ports/301309

Log:
  Move mail/mutt-devel-lite to mail/mutt-lite
  
  PR:		ports/169546
  Approved by:	maintainer

Added:
  head/mail/mutt-lite/
     - copied from r301301, head/mail/mutt-devel-lite/
Deleted:
  head/mail/mutt-devel-lite/
Modified:
  head/mail/Makefile
  head/mail/mutt-lite/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Jul 22 09:15:04 2012	(r301308)
+++ head/mail/Makefile	Sun Jul 22 09:16:31 2012	(r301309)
@@ -302,7 +302,7 @@
     SUBDIR += mutt
     SUBDIR += mutt14
     SUBDIR += mutt14-lite
-#    SUBDIR += mutt-lite
+    SUBDIR += mutt-lite
     SUBDIR += mutt_vc_query
     SUBDIR += muttils
     SUBDIR += muttzilla

Modified: head/mail/mutt-lite/Makefile
==============================================================================
--- head/mail/mutt-devel-lite/Makefile	Sun Jul 22 08:24:40 2012	(r301301)
+++ head/mail/mutt-lite/Makefile	Sun Jul 22 09:16:31 2012	(r301309)
@@ -6,11 +6,11 @@
 #
 
 # Just to get a mutt-devel-lite pkg on pkg cluster
-MASTERDIR=	${.CURDIR}/../mutt-devel
+MASTERDIR=	${.CURDIR}/../mutt
 
 COMMENT=	The Mongrel of Mail User Agents (development version, lite package)
 
-CONFLICTS=	ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]*
+CONFLICTS=	ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-1.4* zh-mutt-devel-[0-9]*
 
 MUTT_LITE=	yes
 



More information about the svn-ports-all mailing list