mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Update to 0.7
- Update MASTER_SITES - Pass maintainertship to submitter PR: ports/105250 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: maintainer via privat mail
This commit is contained in:
parent
e34f313a92
commit
d8bb56d78f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177226
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= rssyl
|
||||
PORTVERSION= 0.6.1
|
||||
PORTVERSION= 0.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= v.velox@vvelox.net
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= A RSS/Atom plugin for sylheed-claws
|
||||
|
||||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
@ -27,7 +27,4 @@ USE_ICONV= yes
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/100\.93/100/' ${WRKSRC}/configure.ac
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rssyl-0.6.1.tar.gz) = e7e69b5aecfe4b66c7eff5d022164d6d
|
||||
SHA256 (rssyl-0.6.1.tar.gz) = d3fd55769da92418b5b33eb97221f24161e2d1eccf6cd4b9555db87516aacb04
|
||||
SIZE (rssyl-0.6.1.tar.gz) = 444807
|
||||
MD5 (rssyl-0.7.tar.gz) = a5f8d0b37ac294732539e6315eebe2f6
|
||||
SHA256 (rssyl-0.7.tar.gz) = 20d16203880c914642ad97d377cb32eacd165355777c8b2ba821a87b63d6b299
|
||||
SIZE (rssyl-0.7.tar.gz) = 448632
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- src/feed.c.orig Thu Oct 5 15:55:26 2006
|
||||
+++ src/feed.c Thu Oct 5 15:55:51 2006
|
||||
@@ -1377,9 +1377,9 @@
|
||||
FolderItem *new_item;
|
||||
RSSylFolderItem *ritem;
|
||||
gchar *myurl = NULL;
|
||||
+ gchar *error = NULL;
|
||||
g_return_val_if_fail(parent != NULL, FALSE);
|
||||
g_return_val_if_fail(url != NULL, FALSE);
|
||||
- gchar *error = NULL;
|
||||
|
||||
myurl = g_strdup(url);
|
||||
|
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= rssyl
|
||||
PORTVERSION= 0.6.1
|
||||
PORTVERSION= 0.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= v.velox@vvelox.net
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= A RSS/Atom plugin for sylheed-claws
|
||||
|
||||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
@ -27,7 +27,4 @@ USE_ICONV= yes
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/100\.93/100/' ${WRKSRC}/configure.ac
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rssyl-0.6.1.tar.gz) = e7e69b5aecfe4b66c7eff5d022164d6d
|
||||
SHA256 (rssyl-0.6.1.tar.gz) = d3fd55769da92418b5b33eb97221f24161e2d1eccf6cd4b9555db87516aacb04
|
||||
SIZE (rssyl-0.6.1.tar.gz) = 444807
|
||||
MD5 (rssyl-0.7.tar.gz) = a5f8d0b37ac294732539e6315eebe2f6
|
||||
SHA256 (rssyl-0.7.tar.gz) = 20d16203880c914642ad97d377cb32eacd165355777c8b2ba821a87b63d6b299
|
||||
SIZE (rssyl-0.7.tar.gz) = 448632
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- src/feed.c.orig Thu Oct 5 15:55:26 2006
|
||||
+++ src/feed.c Thu Oct 5 15:55:51 2006
|
||||
@@ -1377,9 +1377,9 @@
|
||||
FolderItem *new_item;
|
||||
RSSylFolderItem *ritem;
|
||||
gchar *myurl = NULL;
|
||||
+ gchar *error = NULL;
|
||||
g_return_val_if_fail(parent != NULL, FALSE);
|
||||
g_return_val_if_fail(url != NULL, FALSE);
|
||||
- gchar *error = NULL;
|
||||
|
||||
myurl = g_strdup(url);
|
||||
|
Loading…
Reference in New Issue
Block a user