Index: head/textproc/scss/Makefile =================================================================== --- head/textproc/scss/Makefile (revision 234696) +++ head/textproc/scss/Makefile (revision 234697) @@ -1,37 +1,38 @@ # ex:ts=8 # Ports collection makefile for: SCSS # Date created: Mar 22, 2007 # Whom: ijliao # # $FreeBSD$ # PORTNAME= scss -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.3.2 +PORTREVISION= 0 CATEGORIES= textproc scheme MASTER_SITES= SAVANNAH -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Scheme module for W3C Cascading Stylesheets recommendation RUN_DEPENDS= guile:${PORTSDIR}/lang/guile NO_BUILD= yes -FILES= lexer.scm parser.scm scss.scm +FILES= lexer.scm parser.scm scss.scm srfi-32.scm PLIST_FILES= share/guile/scss/lexer.scm \ share/guile/scss/parser.scm \ - share/guile/scss/scss.scm + share/guile/scss/scss.scm \ + share/guile/scss/srfi-32.scm PLIST_DIRS= share/guile/scss INFO= scss do-install: @${MKDIR} ${PREFIX}/share/guile/scss .for f in ${FILES} @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/guile/scss .endfor @${INSTALL_DATA} ${WRKSRC}/scss.info ${PREFIX}/info .include Property changes on: head/textproc/scss/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/scss/distinfo =================================================================== --- head/textproc/scss/distinfo (revision 234696) +++ head/textproc/scss/distinfo (revision 234697) @@ -1,3 +1,3 @@ -MD5 (scss-0.3.0.tar.gz) = 4277e6ce11f8621db03973f9443bb314 -SHA256 (scss-0.3.0.tar.gz) = efc29e2eb7d0234f92e57216674bbbd08b48ee30df4f49aeba91602c4f8a9055 -SIZE (scss-0.3.0.tar.gz) = 99952 +MD5 (scss-0.3.2.tar.gz) = 1c621a27896264da3f11a00bde919ca7 +SHA256 (scss-0.3.2.tar.gz) = 63e22f22cb305f432fc4b8d2fc02323296b31c2127c9243a584751f796146861 +SIZE (scss-0.3.2.tar.gz) = 52521 Property changes on: head/textproc/scss/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property