w3m new released http://sourceforge.net/projects/w3m/ Fix: remove: files/patch-file.c update: Index: Makefile Index: distinfo Index: files/patch-configure Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
Hi, nobutaka FYI, regarding the Makefile, I have several suggestions here. - W3M_VERSION can be removed by setting PORTVERSION= 0.5.3 directly. - DISTNAME should be removed while its value is the default value. - Use ?= on PORTREVISION while slave ports may have their own PORTREVISION. HTH. Regards, sunpoet -- Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> <sunpoet at FreeBSD.org> 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt
nobutaka 2011-02-11 23:59:17 UTC FreeBSD ports repository Modified files: japanese/w3m Makefile japanese/w3m-img Makefile www/w3m Makefile distinfo www/w3m-img Makefile www/w3m-m17n Makefile www/w3m-m17n-img Makefile Removed files: www/w3m/files patch-file.c Log: - Update to 0.5.3. [*] - Use OPTIONS in www/w3m. - Enable SSL support by default. PR: ports/154545 [*] Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> [*] Revision Changes Path 1.9 +2 -2 ports/japanese/w3m-img/Makefile 1.13 +1 -2 ports/japanese/w3m/Makefile 1.6 +1 -1 ports/www/w3m-img/Makefile 1.3 +2 -2 ports/www/w3m-m17n-img/Makefile 1.7 +1 -1 ports/www/w3m-m17n/Makefile 1.96 +18 -73 ports/www/w3m/Makefile 1.34 +2 -4 ports/www/w3m/distinfo 1.5 +0 -12 ports/www/w3m/files/patch-file.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some modifications. Thanks!