Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2013 13:55:49 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312866 - in head/editors/manedit: . files
Message-ID:  <201302241355.r1ODtnBR055114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Feb 24 13:55:49 2013
New Revision: 312866
URL: http://svnweb.freebsd.org/changeset/ports/312866

Log:
  - Upgrade manedit to 1.2.1
  - Set new MASTER_SITES
  - Grab maintainership

Added:
  head/editors/manedit/files/patch-fb.c   (contents, props changed)
Deleted:
  head/editors/manedit/files/patch-Makefile.FreeBSD
  head/editors/manedit/files/patch-Makefile.install.UNIX
  head/editors/manedit/files/patch-manedit.1
  head/editors/manedit/files/patch-maneditop.c
Modified:
  head/editors/manedit/Makefile
  head/editors/manedit/distinfo
  head/editors/manedit/pkg-plist

Modified: head/editors/manedit/Makefile
==============================================================================
--- head/editors/manedit/Makefile	Sun Feb 24 13:20:53 2013	(r312865)
+++ head/editors/manedit/Makefile	Sun Feb 24 13:55:49 2013	(r312866)
@@ -1,17 +1,12 @@
-# New ports collection makefile for:	manedit
-# Date created:				9 February 2001
-# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	manedit
-PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTVERSION=	1.2.1
 CATEGORIES=	editors
-MASTER_SITES=	http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/Applications/Editors/manedit-0.8.1/
+MASTER_SITES=	http://wolfsinger.com/~wolfpack/packages/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	johans@FreeBSD.org
 COMMENT=	A UNIX manual page editor and viewer
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
@@ -27,8 +22,9 @@ pre-configure:
 	@${CP} ${FILESDIR}/mntent* ${WRKSRC}
 
 post-patch:
-	@${REINPLACE_CMD} -E 's,(viewerfio.c),\1 mntent_compat.c,; \
-			      s,(viewerfio.h),\1 mntent.h,' \
+	@${REINPLACE_CMD} -e '/-o $$(BIN)/s/(CC)/(CXX)/' ${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} -e '/^MAN/s/.bz2//' ${WRKSRC}/Makefile.install.FreeBSD
+	@${REINPLACE_CMD} -e '/^SRC_C =/s//& mntent_compat.c/' \
 		${WRKSRC}/Makefile.srclist
 
 .include <bsd.port.mk>

Modified: head/editors/manedit/distinfo
==============================================================================
--- head/editors/manedit/distinfo	Sun Feb 24 13:20:53 2013	(r312865)
+++ head/editors/manedit/distinfo	Sun Feb 24 13:55:49 2013	(r312866)
@@ -1,2 +1,2 @@
-SHA256 (manedit-0.8.1.tar.bz2) = 06aaae640b94da545bef2ea96b839e9aaeab1806b9421ddfc99b46c30985db6d
-SIZE (manedit-0.8.1.tar.bz2) = 514226
+SHA256 (manedit-1.2.1.tar.bz2) = 8c9a80b2af4ec24db4a22dc0e0bc478feed0c476df23a17a2792384222312592
+SIZE (manedit-1.2.1.tar.bz2) = 818596

Added: head/editors/manedit/files/patch-fb.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/manedit/files/patch-fb.c	Sun Feb 24 13:55:49 2013	(r312866)
@@ -0,0 +1,20 @@
+--- fb.c.orig	2013-02-24 14:29:59.000000000 +0100
++++ fb.c	2013-02-24 14:30:35.000000000 +0100
+@@ -16,7 +16,7 @@
+ #  include <sys/mnttab.h>
+ #  include <sys/vfstab.h>
+ # elif defined(__FreeBSD__)
+-/* #  include <mntent.h> */
++#  include "mntent.h"
+ # else
+ #  include <mntent.h>
+ # endif
+@@ -1254,8 +1254,6 @@ static GList *FileBrowserGetDrivePaths(v
+ 	}
+ 
+ 	return(paths_list);
+-#elif defined(__FreeBSD__)
+-	return(NULL);
+ #else	/* UNIX */
+ 	GList *paths_list = NULL;
+ #ifdef __SOLARIS__

Modified: head/editors/manedit/pkg-plist
==============================================================================
--- head/editors/manedit/pkg-plist	Sun Feb 24 13:20:53 2013	(r312865)
+++ head/editors/manedit/pkg-plist	Sun Feb 24 13:55:49 2013	(r312866)
@@ -1,8 +1,10 @@
 bin/manedit
 bin/manview
 bin/manwrap
-%%DATADIR%%/help/manpage_writing_procedures
-%%DATADIR%%/help/manpage_xml_reference
+%%DATADIR%%/help/index.html
+%%DATADIR%%/help/manedit_heading.gif
+%%DATADIR%%/help/tutorial.html
+%%DATADIR%%/help/xml_reference.html
 %%DATADIR%%/icons/manedit.xpm
 %%DATADIR%%/icons/manview.xpm
 %%DATADIR%%/templates/api.mpt



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