diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:29:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:29:54 +0000 |
commit | c18ed2df67d3bf7c145ff0abdc40960885898824 (patch) | |
tree | 85517becf68d80db8f0acbf912b91d0acfa82067 /editors/gnotepad+ | |
parent | d9e430af970685086feb3d458f3e672555391d40 (diff) | |
download | ports-c18ed2df67d3bf7c145ff0abdc40960885898824.tar.gz ports-c18ed2df67d3bf7c145ff0abdc40960885898824.zip |
Notes
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r-- | editors/gnotepad+/Makefile | 8 | ||||
-rw-r--r-- | editors/gnotepad+/distinfo | 2 | ||||
-rw-r--r-- | editors/gnotepad+/files/patch-aa | 19 | ||||
-rw-r--r-- | editors/gnotepad+/pkg-plist | 1 |
4 files changed, 6 insertions, 24 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index cb8f9c162d2d..03b6389d11f5 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: gnotepad+ -# Version required: 1.1.1 +# Version required: 1.1.4 # Date created: 08-March-1999 # Whom: brett@peloton.physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 08:33:54 taoka Exp $ # -DISTNAME= gnotepad+-1.1.1 +DISTNAME= gnotepad+-1.1.4 CATEGORIES= editors www -MASTER_SITES= http://members.xoom.com/ackahn/gnp/ +MASTER_SITES= http://ack.netpedia.net/gnp/ MAINTAINER= brett@peloton.physics.montana.edu diff --git a/editors/gnotepad+/distinfo b/editors/gnotepad+/distinfo index e772ed40b528..a86f18a22eaa 100644 --- a/editors/gnotepad+/distinfo +++ b/editors/gnotepad+/distinfo @@ -1 +1 @@ -MD5 (gnotepad+-1.1.1.tar.gz) = 75e5cc4082b8e5345109e6b4756a250a +MD5 (gnotepad+-1.1.4.tar.gz) = f4a3856991d1833c8654e50555636577 diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa deleted file mode 100644 index 1cc68c0cedad..000000000000 --- a/editors/gnotepad+/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** src/prefs.c Mon Mar 8 12:48:35 1999 ---- src/prefs.c Mon Mar 8 12:48:56 1999 -*************** -*** 22,28 **** - #include <string.h> - #include <math.h> - #include <errno.h> -! #include <values.h> - #include <fcntl.h> - #include <ctype.h> - #include <sys/stat.h> ---- 22,28 ---- - #include <string.h> - #include <math.h> - #include <errno.h> -! #include <limits.h> - #include <fcntl.h> - #include <ctype.h> - #include <sys/stat.h> diff --git a/editors/gnotepad+/pkg-plist b/editors/gnotepad+/pkg-plist index 7a74b8f68bab..63938ef7a245 100644 --- a/editors/gnotepad+/pkg-plist +++ b/editors/gnotepad+/pkg-plist @@ -49,5 +49,6 @@ share/gnotepad+/xpm/tb_undo.xpm share/gnotepad+/xpm/tb_unordered.xpm share/gnotepad+/xpm/tb_winclose.xpm share/gnotepad+/xpm/tb_winnew.xpm +share/gnome/apps/Applications/gnotepad+.desktop @dirrm share/gnotepad+/xpm @dirrm share/gnotepad+ |