ports/85801: [NEW PORT] math/geogebra-i18n: A dynamic software that joins geometry, algebra and calculus

Simon Barner barner at FreeBSD.org
Thu Sep 22 12:30:25 UTC 2005


Of course, the attachment was stripped by the mailing list software.
I've uploaded it to [1], and I also took the opportunity to change

DIST_SUBDIR=      ${PORTNAME}-${PORTVERSION}

to

DIST_SUBDIR=      ${PORTNAME}/${PORTVERSION}

in order not to clutter DISTDIR too much.

Simon

[1] http://people.freebsd.org/~barner/docs/unversioned.distfiles.diff
-------------- next part --------------
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.617
diff -u -r1.617 book.sgml
--- book.sgml	22 Sep 2005 08:13:51 -0000	1.617
+++ book.sgml	22 Sep 2005 12:28:38 -0000
@@ -585,10 +585,17 @@
 	  really does help to establish some kind of source code control.
 	  Hosting your own version will prevent users
 	  from getting <errorname>checksum mismatch</errorname> errors, and
-	  also reduce the workload of maintainers of our FTP site.  Also, if
-	  there is only one master site for the port, it is recommended that
-	  you house a backup at your site and list it as the second
-	  <makevar>MASTER_SITES</makevar>.</para>
+	  also reduce the workload of maintainers of our FTP site. Alternatively,
+	  overriding <makevar>DIST_SUBDIR</makevar> so that it contains
+	  <makevar>PORTVERSION</makevar> will have the same effect. Here is an
+	  example of the latter approach:</para>
+
+	<programlisting>DIST_SUBDIR=      ${PORTNAME}/${PORTVERSION}
+	  </programlisting>
+	
+	<para>Also, if there is only one master site for the port, it is
+	  recommended that you house a backup at your site and list it as the
+	  second <makevar>MASTER_SITES</makevar>.</para>
 
 	<para>If your port requires some additional `patches' that are
 	  available on the Internet, fetch them too and put them in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20050922/19f62b03/attachment.sig>


More information about the freebsd-ports-bugs mailing list