- update to 1.7.0 - portlint checked - maintainer is cc'd Fix: --- doxymacs.diff_dryice@dryice.name begins here ---
State Changed From-To: open->feedback Awaiting maintainers feedback
Thanks for the patch. It looks good to me. One minor fix would be using the EMACS_SITE_LISPDIR macro in the plist file so pkg-plist won't be touched. Following is the patch without touch pkg-plist ====================================================================== diff -ruN doxymacs.old/Makefile doxymacs/Makefile --- doxymacs.old/Makefile Sun Jan 1 04:58:06 2006 +++ doxymacs/Makefile Wed Apr 26 09:12:23 2006 @@ -6,7 +6,7 @@ # PORTNAME= doxymacs -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dryice.name/computer/FreeBSD/distfiles/ diff -ruN doxymacs.old/distinfo doxymacs/distinfo --- doxymacs.old/distinfo Wed Nov 23 19:55:53 2005 +++ doxymacs/distinfo Wed Apr 26 09:05:08 2006 @@ -1,3 +1,3 @@ -MD5 (doxymacs-1.6.0.tar.gz) = 04f0bf6b5354c28ccd252aa8432bcf42 -SHA256 (doxymacs-1.6.0.tar.gz) = 472e1ecb9d6debd9851edd3b4409699ddca231aad19a55b59f2e89f663d068ed -SIZE (doxymacs-1.6.0.tar.gz) = 132891 +MD5 (doxymacs-1.7.0.tar.gz) = 6d1b51c7562d28c5621b896d7392acc1 +SHA256 (doxymacs-1.7.0.tar.gz) = 83cd33ce4fbec00a5b521402989e816fc327548d0c7f7f84411783ea70dd5369 +SIZE (doxymacs-1.7.0.tar.gz) = 129888 ====================================================================== Cheers -- Dryice @ http://dryice.name Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, thanks!