sync with err...upstream?

ok kiki
This commit is contained in:
jasper 2009-10-14 00:09:57 +00:00
parent 08d14f1dce
commit 9c082d4e40
2 changed files with 29 additions and 1 deletions

View File

@ -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/

View File

@ -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};