FreeBSD Bugzilla – Attachment 111571 Details for
Bug 152863
[update] astro/osmosis 0.38
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.97 KB, created by
Gleb Smirnoff
on 2010-12-06 13:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gleb Smirnoff
Created:
2010-12-06 13:40:08 UTC
Size:
3.97 KB
patch
obsolete
>diff -Nur /usr/ports/astro/osmosis/Makefile /tmp/astro/osmosis/Makefile >--- /usr/ports/astro/osmosis/Makefile 2010-12-06 16:29:29.000000000 +0300 >+++ /tmp/astro/osmosis/Makefile 2010-10-28 02:44:41.000000000 +0400 >@@ -6,7 +6,7 @@ > # > > PORTNAME= osmosis >-PORTVERSION= 0.38 >+PORTVERSION= 0.37 > CATEGORIES= astro java > MASTER_SITES= http://bretth.dev.openstreetmap.org/osmosis-build/ > EXTRACT_SUFX= .tgz >@@ -32,18 +32,18 @@ > jpf-1.5.jar \ > mysql-connector-java-5.1.10.jar \ > osmbin-1.0-6d760534.jar \ >- osmosis-apidb-${PORTVERSION}.jar \ >- osmosis-areafilter-${PORTVERSION}.jar \ >- osmosis-binary-${PORTVERSION}.jar \ >- osmosis-core-${PORTVERSION}.jar \ >- osmosis-dataset-${PORTVERSION}.jar \ >- osmosis-extract-${PORTVERSION}.jar \ >+ osmosis-apidb-0.37.jar \ >+ osmosis-areafilter-0.37.jar \ >+ osmosis-binary-0.37.jar \ >+ osmosis-core-0.37.jar \ >+ osmosis-dataset-0.37.jar \ >+ osmosis-extract-0.37.jar \ > osmosis-hstore-0.2.jar \ >- osmosis-pgsnapshot-${PORTVERSION}.jar \ >- osmosis-replication-${PORTVERSION}.jar \ >- osmosis-set-${PORTVERSION}.jar \ >- osmosis-tagfilter-${PORTVERSION}.jar \ >- osmosis-xml-${PORTVERSION}.jar \ >+ osmosis-pgsnapshot-0.37.jar \ >+ osmosis-replication-0.37.jar \ >+ osmosis-set-0.37.jar \ >+ osmosis-tagfilter-0.37.jar \ >+ osmosis-xml-0.37.jar \ > plexus-classworlds-2.2.2.jar \ > postgis-jdbc-1.3.3.jar \ > postgresql-8.4-701.jdbc4.jar \ >@@ -60,7 +60,8 @@ > woodstox-core-lgpl-4.0.3.jar \ > xercesImpl-2.9.1.jar > >-CONFFILES= plexus.conf >+CONFFILES= plexus.conf \ >+ osmosis-plugins.conf > > do-install: > @${MKDIR} ${DATADIR}/lib/default >diff -Nur /usr/ports/astro/osmosis/distinfo /tmp/astro/osmosis/distinfo >--- /usr/ports/astro/osmosis/distinfo 2010-12-06 16:25:26.000000000 +0300 >+++ /tmp/astro/osmosis/distinfo 2010-10-28 02:44:41.000000000 +0400 >@@ -1,2 +1,3 @@ >-SIZE (osmosis-0.38.tgz) = 7242741 >-SHA256 (osmosis-0.38.tgz) = 226b83df5fce823f5ccd0573de1009780ae19c965c280466063ec987176dc82e >+MD5 (osmosis-0.37.tgz) = ba60b953c93e43e18a7205c1a3fe0ff7 >+SHA256 (osmosis-0.37.tgz) = 431eb49439fc6fa69fe52e794311bb3167554280c2441c9b0450373b1d6fd05c >+SIZE (osmosis-0.37.tgz) = 7241414 >diff -Nur /usr/ports/astro/osmosis/pkg-plist /tmp/astro/osmosis/pkg-plist >--- /usr/ports/astro/osmosis/pkg-plist 2010-12-06 16:31:43.000000000 +0300 >+++ /tmp/astro/osmosis/pkg-plist 2010-10-28 02:44:41.000000000 +0400 >@@ -1,5 +1,6 @@ > bin/osmosis > %%DATADIR%%/config/plexus.conf >+%%DATADIR%%/config/osmosis-plugins.conf > %%DATADIR%%/lib/default/aopalliance-1.0.jar > %%DATADIR%%/lib/default/commons-codec-1.4.jar > %%DATADIR%%/lib/default/commons-compress-1.0.jar >@@ -9,18 +10,18 @@ > %%DATADIR%%/lib/default/jpf-1.5.jar > %%DATADIR%%/lib/default/mysql-connector-java-5.1.10.jar > %%DATADIR%%/lib/default/osmbin-1.0-6d760534.jar >-%%DATADIR%%/lib/default/osmosis-apidb-0.38.jar >-%%DATADIR%%/lib/default/osmosis-areafilter-0.38.jar >-%%DATADIR%%/lib/default/osmosis-binary-0.38.jar >-%%DATADIR%%/lib/default/osmosis-core-0.38.jar >-%%DATADIR%%/lib/default/osmosis-dataset-0.38.jar >-%%DATADIR%%/lib/default/osmosis-extract-0.38.jar >+%%DATADIR%%/lib/default/osmosis-apidb-0.37.jar >+%%DATADIR%%/lib/default/osmosis-areafilter-0.37.jar >+%%DATADIR%%/lib/default/osmosis-binary-0.37.jar >+%%DATADIR%%/lib/default/osmosis-core-0.37.jar >+%%DATADIR%%/lib/default/osmosis-dataset-0.37.jar >+%%DATADIR%%/lib/default/osmosis-extract-0.37.jar > %%DATADIR%%/lib/default/osmosis-hstore-0.2.jar >-%%DATADIR%%/lib/default/osmosis-pgsnapshot-0.38.jar >-%%DATADIR%%/lib/default/osmosis-replication-0.38.jar >-%%DATADIR%%/lib/default/osmosis-set-0.38.jar >-%%DATADIR%%/lib/default/osmosis-tagfilter-0.38.jar >-%%DATADIR%%/lib/default/osmosis-xml-0.38.jar >+%%DATADIR%%/lib/default/osmosis-pgsnapshot-0.37.jar >+%%DATADIR%%/lib/default/osmosis-replication-0.37.jar >+%%DATADIR%%/lib/default/osmosis-set-0.37.jar >+%%DATADIR%%/lib/default/osmosis-tagfilter-0.37.jar >+%%DATADIR%%/lib/default/osmosis-xml-0.37.jar > %%DATADIR%%/lib/default/plexus-classworlds-2.2.2.jar > %%DATADIR%%/lib/default/postgis-jdbc-1.3.3.jar > %%DATADIR%%/lib/default/postgresql-8.4-701.jdbc4.jar
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152863
: 111571