svn commit: r338440 - head/editors/emacs22

Ashish SHUKLA ashish at FreeBSD.org
Thu Jan 2 13:16:20 UTC 2014


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 at 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>
 


More information about the svn-ports-all mailing list