ports/89584: Update port: www/cssed to 0.4.0
KATO Tsuguru
tkato432 at yahoo.com
Sat Nov 26 14:10:14 UTC 2005
>Number: 89584
>Category: ports
>Synopsis: Update port: www/cssed to 0.4.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 26 14:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.0
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/www/cssed/Makefile www/cssed/Makefile
--- /usr/ports/www/cssed/Makefile Sat Nov 5 20:59:40 2005
+++ www/cssed/Makefile Fri Nov 25 18:42:50 2005
@@ -7,8 +7,7 @@
#
PORTNAME= cssed
-PORTVERSION= 0.3.0
-PORTREVISION= 3
+PORTVERSION= 0.4.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,18 +15,24 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= An application to help CSS style sheets creation and maintenance
-LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
-
USE_X_PREFIX= yes
-USE_GNOME= gtk20
+USE_GNOME= gnomehack gnometarget gtk20 libxml2
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-plugin-headers
-MAN1= cssed.1
+MAN1= cssed.1
post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
+.for file in scintilla/gtk/ScintillaGTK.cxx
+ @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_tr \
+ && ${TR} -d '\r' < ${file}.pre_tr > ${file}
+.endfor
+.for file in scintilla/gtk/Makefile.in src/Makefile.in
+ @${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \
+ s|g++|@CXX@|g' ${WRKSRC}/src/Makefile.in
+.endfor
.include <bsd.port.mk>
diff -urN /usr/ports/www/cssed/distinfo www/cssed/distinfo
--- /usr/ports/www/cssed/distinfo Sat Nov 26 19:32:46 2005
+++ www/cssed/distinfo Fri Nov 25 13:04:43 2005
@@ -1,3 +1,3 @@
-MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
-SHA256 (cssed-0.3.0.tar.gz) = fab17119a19e6da9cc99f66135a0fff646e8b57e9c46e620a5e16d8df8d05520
-SIZE (cssed-0.3.0.tar.gz) = 872421
+MD5 (cssed-0.4.0.tar.gz) = ff7c818d1f819b7d76b4f714be64e08e
+SHA256 (cssed-0.4.0.tar.gz) = 25d26d5d30311c88e7c6195e2407c1deb23997723cb939377f5f2078b778ecc4
+SIZE (cssed-0.4.0.tar.gz) = 1457946
diff -urN /usr/ports/www/cssed/pkg-plist www/cssed/pkg-plist
--- /usr/ports/www/cssed/pkg-plist Wed Oct 20 09:32:08 2004
+++ www/cssed/pkg-plist Fri Nov 25 18:52:43 2005
@@ -40,6 +40,7 @@
%%DATADIR%%/pixmaps/validate_dump.png
%%DATADIR%%/pixmaps/validate_dump_menu.png
%%DATADIR%%/pixmaps/validate_menu.png
+share/locale/ca/LC_MESSAGES/cssed.mo
share/locale/de/LC_MESSAGES/cssed.mo
share/locale/es/LC_MESSAGES/cssed.mo
share/locale/fr/LC_MESSAGES/cssed.mo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list