svn commit: r338481 - head/mail/quickml

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:05:45 UTC 2014


Author: swills
Date: Thu Jan  2 20:05:44 2014
New Revision: 338481
URL: http://svnweb.freebsd.org/changeset/ports/338481

Log:
  - Ruby 1.9 is default, remove conditionalization for it
  
  With hat:	ruby@

Modified:
  head/mail/quickml/Makefile

Modified: head/mail/quickml/Makefile
==============================================================================
--- head/mail/quickml/Makefile	Thu Jan  2 20:02:27 2014	(r338480)
+++ head/mail/quickml/Makefile	Thu Jan  2 20:05:44 2014	(r338481)
@@ -36,9 +36,7 @@ LIMIT_DESC=	Creators and Members Limitat
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 1.9
 EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-ruby19-*
-.endif
 
 .if ${PORT_OPTIONS:MANALOG}
 USE_GHOSTSCRIPT_RUN=	yes


More information about the svn-ports-all mailing list