Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#8317 closed update (fixed)

UPDATE: net/libtorrent

Reported by: chronon@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port: libtorrent

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Tested on 10.4(.6) PPC only - compiles and works.

--- old	2006-04-11 11:10:18.000000000 +0700
+++ new	2006-04-11 11:10:45.000000000 +0700
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             libtorrent
-version          0.7.0-1
+version          0.8.5
 categories       net
 maintainers      toby@opendarwin.org
 description      BitTorrent library
@@ -13,8 +13,23 @@
 homepage         http://libtorrent.rakshasa.no/
 platforms        darwin
 master_sites     ${homepage}downloads/
-checksums        md5 3cc6ff1f722b1da2a6cb92421cbca593
+checksums        md5 a54777817072b221e65956caed09c8fb
 
 depends_build    port:pkgconfig
 depends_lib      port:openssl \
                  lib:libsigc-2:libsigcxx2
+
+platform darwin 7 {
+    configure.env MACOSX_DEPLOYMENT_TARGET=10.3
+    build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
+}
+
+platform darwin 8 {
+    configure.env MACOSX_DEPLOYMENT_TARGET=10.4
+    build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+}
+
+platform darwin 9 {
+    configure.env MACOSX_DEPLOYMENT_TARGET=10.5
+    build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
+}

Change History (3)

comment:1 Changed 18 years ago by rhwood@…

Owner: changed from darwinports-bugs@… to toby@…

Reassigned to maintainer.

Reporter: In future, include maintainer in CC if you can not initally assign the bug. This will ensure that maintainer gets your bug by email.

comment:2 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

current version is 0.9.0;

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: libtorrent added
Type: defectupdate
Note: See TracTickets for help on using tickets.