- Update to 1.0.0rc3
This commit is contained in:
parent
46448cc394
commit
9ee33d822b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198564
3 changed files with 23 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rsstool
|
||||
DISTVERSION= 1.0.0rc2
|
||||
DISTVERSION= 1.0.0rc3
|
||||
DISTVERSIONSUFFIX= -src
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= BERLIOS CENKES
|
||||
|
@ -20,13 +20,9 @@ USE_GMAKE= yes
|
|||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/src
|
||||
HAS_CONFIGURE= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
post-patch:
|
||||
@cd ${BUILD_WRKSRC}/&&${REINPLACE_CMD} -e '/^CFLAGS=/s|-O3||;\
|
||||
/^CFLAGS=/s|=|+=|;s|gcc|${CC}|' Makefile configure.in
|
||||
@cd ${BUILD_WRKSRC}/&&${REINPLACE_CMD} -e 's|gcc|${CC}|' Makefile
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rsstool-1.0.0rc2-src.tar.gz) = da6895dd9c53e1c9e863013f6e303cb2
|
||||
SHA256 (rsstool-1.0.0rc2-src.tar.gz) = 396ad9037e0fcb045928bce6e6cbff674483a2be992ee3cd7ff5c7e24d4bfab2
|
||||
SIZE (rsstool-1.0.0rc2-src.tar.gz) = 115012
|
||||
MD5 (rsstool-1.0.0rc3-src.tar.gz) = 2a3c24b0f90094074d661a5a2075d72d
|
||||
SHA256 (rsstool-1.0.0rc3-src.tar.gz) = 047a25574563467084fbd0357121407350cc223266d40b46238738b1ce3763c2
|
||||
SIZE (rsstool-1.0.0rc3-src.tar.gz) = 113763
|
||||
|
|
18
www/rsstool/pkg-plist
Normal file
18
www/rsstool/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
bin/rsstool
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/contrib.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/feed.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/icon.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/rss.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
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/htdocs
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in a new issue