Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 12:56:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341543 - head/editors/joe2
Message-ID:  <201401281256.s0SCuv5V073899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 28 12:56:56 2014
New Revision: 341543
URL: http://svnweb.freebsd.org/changeset/ports/341543
QAT: https://qat.redports.org/buildarchive/r341543/

Log:
  Support stage
  Use aspell-ispell instead of textproc/ispell
  USE_GMAKE -> USES=gmake

Modified:
  head/editors/joe2/Makefile
  head/editors/joe2/pkg-plist

Modified: head/editors/joe2/Makefile
==============================================================================
--- head/editors/joe2/Makefile	Tue Jan 28 12:49:19 2014	(r341542)
+++ head/editors/joe2/Makefile	Tue Jan 28 12:56:56 2014	(r341543)
@@ -3,33 +3,31 @@
 
 PORTNAME=	joe
 PORTVERSION=	2.9.8
+PORTREIVSION=	1
 CATEGORIES+=	editors
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
 
 MAINTAINER?=	toasty@dragondata.com
 COMMENT?=	Joe's Own Editor
 
-RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
+OPTIONS_DEFINE=	DOCS
+
+RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
 
 PKGNAMESUFFIX=	2
 CONFLICTS=	joe-3*
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 ALL_TARGET=	${PORTNAME}
-MAN1=		${PORTNAME}.1
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\
-		 ${WRKSRC}/INFO ${WRKSRC}/NEWS ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/LIST ${DOCSDIR}/CommandList
-.endif
+		 ${WRKSRC}/INFO ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/LIST ${STAGEDIR}${DOCSDIR}/CommandList
 
 .include <bsd.port.mk>

Modified: head/editors/joe2/pkg-plist
==============================================================================
--- head/editors/joe2/pkg-plist	Tue Jan 28 12:49:19 2014	(r341542)
+++ head/editors/joe2/pkg-plist	Tue Jan 28 12:56:56 2014	(r341543)
@@ -9,6 +9,7 @@ etc/joe/jmacsrc
 etc/joe/jstarrc
 etc/joe/rjoerc
 etc/joe/jpicorc
+man/man1/joe.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/CommandList
 %%PORTDOCS%%%%DOCSDIR%%/INFO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281256.s0SCuv5V073899>