From 9c082d4e40f08cd1e41c5a7838d6c293630f0626 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 14 Oct 2009 00:09:57 +0000 Subject: [PATCH] sync with err...upstream? ok kiki --- net/gnaughty/Makefile | 3 ++- net/gnaughty/patches/patch-src_gnaughty_c | 27 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 net/gnaughty/patches/patch-src_gnaughty_c diff --git a/net/gnaughty/Makefile b/net/gnaughty/Makefile index 35c2af8f046..820c175f7ea 100644 --- a/net/gnaughty/Makefile +++ b/net/gnaughty/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/10/13 16:57:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/14 00:09:57 jasper Exp $ COMMENT= fast and easy porn downloader DISTNAME= gnaughty-1.2.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= net graphics HOMEPAGE= http://gnaughty.sourceforge.net/ diff --git a/net/gnaughty/patches/patch-src_gnaughty_c b/net/gnaughty/patches/patch-src_gnaughty_c new file mode 100644 index 00000000000..ddcc46367a0 --- /dev/null +++ b/net/gnaughty/patches/patch-src_gnaughty_c @@ -0,0 +1,27 @@ +$OpenBSD: patch-src_gnaughty_c,v 1.1 2009/10/14 00:09:57 jasper Exp $ +--- src/gnaughty.c.orig Tue May 26 19:14:03 2009 ++++ src/gnaughty.c Wed Oct 14 02:08:41 2009 +@@ -67,8 +67,10 @@ const gchar *porntypes[]={"Sticky Movies", \ + "Babes", \ + "Ethnic", \ + "Amateur", \ +- "Potpourri" ++ "Potpourri", \ + "Gay", \ ++ "College", \ ++ "Ellen", \ + "Trannie"}; + + const gchar *pageurls[] = {"www.sublimedirectory.com/movies", \ +@@ -83,8 +85,10 @@ const gchar *pageurls[] = {"www.sublimedirectory.com/m + "www.sublimedirectory.com/babes", \ + "www.sublimedirectory.com/ethnic", \ + "www.sublimedirectory.com/amateur", \ +- "www.sublimedirectory.com/potpourri" ++ "www.sublimedirectory.com/potpourri", \ + "www.sublimedirectory.com/gay", \ ++ "www.sublimedirectory.com/college", \ ++ "www.sublimedirectory.com/ellen", \ + "www.sublimedirectory.com/trannie"}; + + GList *alllinks[NUMPORNTYPES] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};