diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:22:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:22:06 +0000 |
commit | 11cff76275e2af20aca23a63065b149c134bccdb (patch) | |
tree | 3a07c2b72f5511afcc8dd89e962509a4f290791e /editors/manedit | |
parent | ee19b2bbb1b8c32b6ed3fbd8cfb90c1a93f72e9b (diff) | |
download | ports-11cff76275e2af20aca23a63065b149c134bccdb.tar.gz ports-11cff76275e2af20aca23a63065b149c134bccdb.zip |
Notes
Diffstat (limited to 'editors/manedit')
-rw-r--r-- | editors/manedit/Makefile | 2 | ||||
-rw-r--r-- | editors/manedit/distinfo | 4 | ||||
-rw-r--r-- | editors/manedit/files/patch-maneditop.c | 10 | ||||
-rw-r--r-- | editors/manedit/pkg-plist | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 0bfb095908d4..ec0c813924f4 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= manedit -PORTVERSION= 0.5.11 +PORTVERSION= 0.5.12 CATEGORIES= editors MASTER_SITES= http://wolfpack.twu.net/users/wolfpack/ diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index fc0e730d569f..fe28d2088b45 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1,2 +1,2 @@ -MD5 (manedit-0.5.11.tar.bz2) = 0059e183650cf7bae18dd1de4fff1352 -SIZE (manedit-0.5.11.tar.bz2) = 516182 +MD5 (manedit-0.5.12.tar.bz2) = 8a2ed884ece57c301ce1fc8b421b9ee8 +SIZE (manedit-0.5.12.tar.bz2) = 516442 diff --git a/editors/manedit/files/patch-maneditop.c b/editors/manedit/files/patch-maneditop.c index d4b5daedf6d5..dae3728a672c 100644 --- a/editors/manedit/files/patch-maneditop.c +++ b/editors/manedit/files/patch-maneditop.c @@ -1,14 +1,14 @@ $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. */ +--- maneditop.c.orig Tue Nov 16 13:09:17 2004 ++++ maneditop.c Tue Nov 16 19:27:06 2004 +@@ -236,9 +236,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_IRGRP | S_IXGRP | - S_IROTH | S_IXOTH + S_IRUSR | S_IWUSR | S_IXUSR ); diff --git a/editors/manedit/pkg-plist b/editors/manedit/pkg-plist index 67e5c998d282..024320523e8e 100644 --- a/editors/manedit/pkg-plist +++ b/editors/manedit/pkg-plist @@ -2,7 +2,7 @@ bin/manedit bin/manview bin/manwrap %%DATADIR%%/help/manpage_writing_procedures -%%DATADIR%%/help/manpage_xml_referance +%%DATADIR%%/help/manpage_xml_reference %%DATADIR%%/icons/manedit.xpm %%DATADIR%%/templates/api.mpt %%DATADIR%%/templates/config.mpt |