Bug 116309 - [Maintainer update] update math/gri to 2.12.16
Summary: [Maintainer update] update math/gri to 2.12.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 16:10 UTC by Christopher Illies
Modified: 2007-12-13 01:10 UTC (History)
0 users

See Also:


Attachments
file.diff (920 bytes, patch)
2007-09-12 16:10 UTC, Christopher Illies
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Illies 2007-09-12 16:10:00 UTC
Update math/gri to 2.12.16
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2007-09-13 03:37:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2007-09-16 11:01:05 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2007-09-16 11:06:03 UTC
Hello,

This patch is good, thanks!

However, there is one little problem of this port:

When the NOPORTDOCS is set, this port will not install man and info
pages.  This is not a wanted behavior.  In the porter's handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/install.html#INSTALL-DOCUMENTATION

"Note: NOPORTDOCS only controls additional documentation installed in
DOCSDIR. It does not apply to standard man pages and info pages. Things
installed in DATADIR and EXAMPLESDIR are controlled by NOPORTDATA and
NOPORTEXAMPLES, respectively."

Please do this minor fix, thanks very much!

-- 
Best Regards,
Li-Wen Hsu
Comment 4 Christopher Illies 2007-10-01 16:27:25 UTC
Sorry about the problem with NOPORTDOCS. The following patch fixes the
install of the info pages.

I just noticed the followup when checking the problem report database,
but somehow I never got a notification by email about this problem.
Maybe it got filtered as spam. I will have to check on that. Anyhow,
that is why I did only respond so late. Sorry about that as well.

Regards,

Christopher

Here is the patch:


diff -Nur math/gri.orig/Makefile math/gri/Makefile
--- math/gri.orig/Makefile	2007-09-12 15:12:33.000000000 +0200
+++ math/gri/Makefile	2007-10-01 15:11:49.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gri
-PORTVERSION=	2.12.15
+PORTVERSION=	2.12.16
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -40,6 +40,7 @@
 	${INSTALL_MAN} ${WRKSRC}/doc/gri-manpage.1 ${MANPREFIX}/man/man1/gri.1
 	${INSTALL_MAN} ${WRKSRC}/doc/gri_merge.1-skel ${MANPREFIX}/man/man1/gri_merge.1
 	${INSTALL_MAN} ${WRKSRC}/doc/gri_unpage.1-skel ${MANPREFIX}/man/man1/gri_unpage.1
+	cd ${WRKSRC}/doc && makeinfo gri.texi
 	${INSTALL_DATA} ${WRKSRC}/doc/gri.info* ${PREFIX}/info
 .endif
 
diff -Nur math/gri.orig/distinfo math/gri/distinfo
--- math/gri.orig/distinfo	2007-09-12 15:16:15.000000000 +0200
+++ math/gri/distinfo	2007-09-12 15:21:06.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (gri-2.12.15.tar.gz) = c0ddc3990cb60bc8b31eef7604fd7544
-SHA256 (gri-2.12.15.tar.gz) = 9eae0f422e2040c297cf36a7a65c13895d0c6324b5baa79ad99be37b98ac0fb8
-SIZE (gri-2.12.15.tar.gz) = 1650696
+MD5 (gri-2.12.16.tar.gz) = 6c368b024367ad56b2c4a02666ce6672
+SHA256 (gri-2.12.16.tar.gz) = dfe384cc8ebd82760b9c8a1af9644a69a995b2d4bd0f166abb667c918bd68df3
+SIZE (gri-2.12.16.tar.gz) = 1431717
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-12-13 01:09:56 UTC
lwhsu       2007-12-13 01:09:51 UTC

  FreeBSD ports repository

  Modified files:
    math/gri             Makefile distinfo 
  Log:
  - Update to to 2.12.16
  
  PR:             ports/116309
  Submitted by:   Christopher Illies <christopher.illies AT ki.se> (maintainer)
  
  Revision  Changes    Path
  1.15      +4 -3      ports/math/gri/Makefile
  1.10      +3 -3      ports/math/gri/distinfo
_______________________________________________
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"
Comment 6 Li-Wen Hsu freebsd_committer freebsd_triage 2007-12-13 01:10:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!