Update to 0.4.1.

PR:		28700
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Maxim Sobolev 2001-07-17 15:20:37 +00:00
parent 97947cc7f2
commit 6367ceead9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45198
4 changed files with 24 additions and 7 deletions

View file

@ -6,18 +6,19 @@
#
PORTNAME= manedit
PORTVERSION= 0.4.j
PORTVERSION= 0.4.1
CATEGORIES= editors
MASTER_SITES= ftp://fox.mit.edu/pub/xsw/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.j/j/}
EXTRACT_SUFX= .tgz
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ \
ftp://fox.mit.edu/pub/xsw/
MAINTAINER= sobomax@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GTK= yes
MAKEFILE= Makefile.FreeBSD
MAN1= manedit.1

View file

@ -1 +1 @@
MD5 (manedit0.4j.tgz) = dbd53ee37fcbaa7584d5e8d5abb55973
MD5 (manedit-0.4.1.tar.bz2) = a5c8abe4edfcaa123fb09b994e3b7583

View file

@ -1,8 +1,8 @@
$FreeBSD$
--- Makefile 2001/03/20 16:46:26 1.1
+++ Makefile 2001/03/20 16:46:37
--- Makefile.FreeBSD 2001/07/17 15:05:11 1.1
+++ Makefile.FreeBSD 2001/07/17 15:05:23
@@ -52,7 +52,7 @@
#
GTK_CONFIG ?= gtk-config

View file

@ -0,0 +1,16 @@
$FreeBSD$
--- maneditop.c 2001/07/17 15:14:39 1.1
+++ maneditop.c 2001/07/17 15:16:23
@@ -242,9 +242,7 @@
/* Not exist, so need to create a new one. */
rmkdir(
tmp_dir_rtn,
- S_IRUSR | S_IWUSR | S_IXUSR |
- S_IRGRP | S_IXGRP |
- S_IROTH | S_IXOTH
+ S_IRUSR | S_IWUSR | S_IXUSR
);
}
}