Date: Wed, 26 Apr 2006 01:20:24 GMT From: Dryice Liu <dryice@dryice.name> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96279: [update]editors/doxymacs Message-ID: <200604260120.k3Q1KOZ7097328@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96279; it has been noted by GNATS. From: Dryice Liu <dryice@dryice.name> To: bug-followup@FreeBSD.org Cc: "Martin Wilke" <freebsd@unixfreunde.de> Subject: Re: ports/96279: [update]editors/doxymacs Date: Wed, 26 Apr 2006 09:17:30 +0800 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604260120.k3Q1KOZ7097328>