Date: Thu, 2 Jan 2014 13:12:16 +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: r338439 - head/editors/emacs21 Message-ID: <201401021312.s02DCGIH003378@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Thu Jan 2 13:12:16 2014 New Revision: 338439 URL: http://svnweb.freebsd.org/changeset/ports/338439 Log: - Add PKGNAMESUFFIX - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Modified: head/editors/emacs21/Makefile Modified: head/editors/emacs21/Makefile ============================================================================== --- head/editors/emacs21/Makefile Thu Jan 2 12:50:26 2014 (r338438) +++ head/editors/emacs21/Makefile Thu Jan 2 13:12:16 2014 (r338439) @@ -7,6 +7,7 @@ PORTREVISION= 16 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU:C/\/gnu\//\/old-gnu\//g} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= 21 .if defined(WITH_MENUBAR_FONTSET) PATCH_SITES= http://nijino.homelinux.net/emacs/ @@ -25,9 +26,9 @@ SSP_UNSAFE= yes .if !defined(WITHOUT_X11) LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - gif.5:${PORTSDIR}/graphics/giflib \ + jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ + gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png USE_XORG= xpm .endif @@ -54,8 +55,6 @@ INFO= ada-mode autotype ccmode cl dired info message mh-e pcl-cvs reftex sc speedbar vip \ viper widget woman -LATEST_LINK= emacs21 - 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?201401021312.s02DCGIH003378>