diff options
author | steve <steve@FreeBSD.org> | 1999-05-10 00:29:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-10 00:29:54 +0800 |
commit | de8cad624c214bb7f171e5359a9fd521affc0f6c (patch) | |
tree | 2899a95d0c59eecdea2001d491435dbf4d72fd44 /editors | |
parent | 239eac9a8e27dddcc20ddbc7f681ef9953a489a2 (diff) | |
download | freebsd-ports-gnome-de8cad624c214bb7f171e5359a9fd521affc0f6c.tar.gz freebsd-ports-gnome-de8cad624c214bb7f171e5359a9fd521affc0f6c.tar.zst freebsd-ports-gnome-de8cad624c214bb7f171e5359a9fd521affc0f6c.zip |
Update to version 1.1.4.
PR: 11588
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'editors')
-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+ |