svn commit: r314591 - head/archivers/xz

Eitan Adler eadler at FreeBSD.org
Mon Mar 18 19:14:08 UTC 2013


Author: eadler
Date: Mon Mar 18 19:14:07 2013
New Revision: 314591
URL: http://svnweb.freebsd.org/changeset/ports/314591

Log:
  Mark deprecated, but provide no EXPIRATION_DATE
  
  gnomehack -> pathfix

Modified:
  head/archivers/xz/Makefile

Modified: head/archivers/xz/Makefile
==============================================================================
--- head/archivers/xz/Makefile	Mon Mar 18 18:52:58 2013	(r314590)
+++ head/archivers/xz/Makefile	Mon Mar 18 19:14:07 2013	(r314591)
@@ -19,9 +19,11 @@ CONFLICTS=	lzma-[0-9]* lzmautils-[0-9]* 
 MAKE_JOBS_SAFE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=	pathfix
 GNU_CONFIGURE=	yes
 
+DEPRECATED=	Available in base distribution for all supported releases
+
 # As we want to use xz for extraction of port distfiles,
 # it cannot depend on gettext.
 CONFIGURE_ARGS=	--disable-nls


More information about the svn-ports-all mailing list