diff options
author | sat <sat@FreeBSD.org> | 2008-02-04 23:53:49 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-02-04 23:53:49 +0800 |
commit | 1faf85cc344bc72719b3c933402e37edc7ea0d00 (patch) | |
tree | 77cc13eb2e759797935bfc548b320158f6c70601 /www/rsstool | |
parent | 9bd3f380946baa3f03d2e2ca17fb219d93e0c5ca (diff) | |
download | freebsd-ports-gnome-1faf85cc344bc72719b3c933402e37edc7ea0d00.tar.gz freebsd-ports-gnome-1faf85cc344bc72719b3c933402e37edc7ea0d00.tar.zst freebsd-ports-gnome-1faf85cc344bc72719b3c933402e37edc7ea0d00.zip |
- Update to 1.0.0
Diffstat (limited to 'www/rsstool')
-rw-r--r-- | www/rsstool/Makefile | 2 | ||||
-rw-r--r-- | www/rsstool/distinfo | 6 | ||||
-rw-r--r-- | www/rsstool/pkg-plist | 13 |
3 files changed, 13 insertions, 8 deletions
diff --git a/www/rsstool/Makefile b/www/rsstool/Makefile index b726a30a89ae..30b5fefb4e97 100644 --- a/www/rsstool/Makefile +++ b/www/rsstool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rsstool -DISTVERSION= 1.0.0rc4 +DISTVERSION= 1.0.0 DISTVERSIONSUFFIX= -src CATEGORIES= www MASTER_SITES= BERLIOS CENKES diff --git a/www/rsstool/distinfo b/www/rsstool/distinfo index 6a19932bf1c2..cdd19777fc59 100644 --- a/www/rsstool/distinfo +++ b/www/rsstool/distinfo @@ -1,3 +1,3 @@ -MD5 (rsstool-1.0.0rc4-src.tar.gz) = d164eb5e04ffdc2fa2ffb2c8599a05dd -SHA256 (rsstool-1.0.0rc4-src.tar.gz) = e669933bcbfcafcb801beccd11b91331556385bd9283701b40fe3120e70f8f7e -SIZE (rsstool-1.0.0rc4-src.tar.gz) = 112609 +MD5 (rsstool-1.0.0-src.tar.gz) = a3e003045d051491150385f556467a42 +SHA256 (rsstool-1.0.0-src.tar.gz) = ccd0c90169aed6ebdca83d5061c02bfc5baffba4a8744ec142c2961265a26e7c +SIZE (rsstool-1.0.0-src.tar.gz) = 118231 diff --git a/www/rsstool/pkg-plist b/www/rsstool/pkg-plist index d5ecb7025bd5..8c03e6899277 100644 --- a/www/rsstool/pkg-plist +++ b/www/rsstool/pkg-plist @@ -2,21 +2,26 @@ bin/rsstool %%PORTDOCS%%%%DOCSDIR%%/changes.html %%PORTDOCS%%%%DOCSDIR%%/contrib.html %%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/images/atom03.png %%PORTDOCS%%%%DOCSDIR%%/images/feed.svg %%PORTDOCS%%%%DOCSDIR%%/images/icon.png %%PORTDOCS%%%%DOCSDIR%%/images/rss.png +%%PORTDOCS%%%%DOCSDIR%%/images/rss091.png +%%PORTDOCS%%%%DOCSDIR%%/images/rss10.png +%%PORTDOCS%%%%DOCSDIR%%/images/rss20.png %%PORTDOCS%%%%DOCSDIR%%/images/rss_blue.png %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%%%DOCSDIR%%/license.html %%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/config.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/index.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sql.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/crontab %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/procmailrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/template +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsstool_php_lite/htdocs/config.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsstool_php_lite/htdocs/index.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsstool_php_lite/htdocs/sql.php %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/htdocs %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mail +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rsstool_php_lite/htdocs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rsstool_php_lite %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |