Date: Thu, 2 Jan 2014 13:16:20 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338440 - head/editors/emacs22 Message-ID: <201401021316.s02DGKth003961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Thu Jan 2 13:16:19 2014 New Revision: 338440 URL: http://svnweb.freebsd.org/changeset/ports/338440 Log: - Add PKGNAMESUFFIX - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Modified: head/editors/emacs22/Makefile Modified: head/editors/emacs22/Makefile ============================================================================== --- head/editors/emacs22/Makefile Thu Jan 2 13:12:16 2014 (r338439) +++ head/editors/emacs22/Makefile Thu Jan 2 13:16:19 2014 (r338440) @@ -8,6 +8,7 @@ PORTEPOCH= 1 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= 22 MAINTAINER= ashish@FreeBSD.org COMMENT= GNU editing macros @@ -16,9 +17,9 @@ COMMENT= GNU editing macros .if defined(WITHOUT_GTK) LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ + gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png .endif @@ -62,8 +63,6 @@ INFO= ada-mode autotype calc ccmode cl org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \ tramp url vip viper widget woman -LATEST_LINK= emacs22 - NO_STAGE= yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401021316.s02DGKth003961>