diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-18 19:54:31 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-18 19:54:31 +0000 |
commit | 1be81f20e012719555b3a9176d2b7ca7bfb36713 (patch) | |
tree | 670bb5a9b9095d6249736cd827e3197082fed67e | |
parent | ceafa79e4a37007bce3db22acfc74438afea1c53 (diff) | |
download | FreeBSD-ports-1be81f20e012719555b3a9176d2b7ca7bfb36713.zip FreeBSD-ports-1be81f20e012719555b3a9176d2b7ca7bfb36713.tar.gz |
- Update to 0.5.0, a final release.
- Hopeful fix on amd64, sparc64 and ia64. Nobody has report it yet, but I took
a lot of reports in Ubuntu forums and took idea from Fedora's rpms.
-rw-r--r-- | net-p2p/deluge/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/deluge/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/deluge05/distinfo | 6 |
4 files changed, 22 insertions, 10 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index e279a88..1f22c79 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= deluge -PORTVERSION= 0.4.99.2 +PORTVERSION= 0.5.0 CATEGORIES= net-p2p python MASTER_SITES= http://deluge-torrent.org/downloads/ @@ -23,6 +23,12 @@ USE_PYDISTUTILS=yes DOCS= LICENSE README +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" +CFLAGS+= -DAMD64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py @@ -36,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-p2p/deluge/distinfo b/net-p2p/deluge/distinfo index d6f2387..8b5d92b 100644 --- a/net-p2p/deluge/distinfo +++ b/net-p2p/deluge/distinfo @@ -1,3 +1,3 @@ -MD5 (deluge-0.4.99.2.tar.gz) = e4f9b3a39dfecf793dfcd62f2ccb1286 -SHA256 (deluge-0.4.99.2.tar.gz) = 58ed4a12f5eb2e2e628c45e77ecd26e321e5ffdda49a6d229645008598943f63 -SIZE (deluge-0.4.99.2.tar.gz) = 513257 +MD5 (deluge-0.5.0.tar.gz) = d83e6ee573ac9e2e8d11bc3f446da3f8 +SHA256 (deluge-0.5.0.tar.gz) = 7f2f8c575f481ee623b7116e6cf9ffb314ee9e065e886478b8795ae5a6e7dfcd +SIZE (deluge-0.5.0.tar.gz) = 518982 diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index e279a88..1f22c79 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -6,7 +6,7 @@ # PORTNAME= deluge -PORTVERSION= 0.4.99.2 +PORTVERSION= 0.5.0 CATEGORIES= net-p2p python MASTER_SITES= http://deluge-torrent.org/downloads/ @@ -23,6 +23,12 @@ USE_PYDISTUTILS=yes DOCS= LICENSE README +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" +CFLAGS+= -DAMD64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py @@ -36,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-p2p/deluge05/distinfo b/net-p2p/deluge05/distinfo index d6f2387..8b5d92b 100644 --- a/net-p2p/deluge05/distinfo +++ b/net-p2p/deluge05/distinfo @@ -1,3 +1,3 @@ -MD5 (deluge-0.4.99.2.tar.gz) = e4f9b3a39dfecf793dfcd62f2ccb1286 -SHA256 (deluge-0.4.99.2.tar.gz) = 58ed4a12f5eb2e2e628c45e77ecd26e321e5ffdda49a6d229645008598943f63 -SIZE (deluge-0.4.99.2.tar.gz) = 513257 +MD5 (deluge-0.5.0.tar.gz) = d83e6ee573ac9e2e8d11bc3f446da3f8 +SHA256 (deluge-0.5.0.tar.gz) = 7f2f8c575f481ee623b7116e6cf9ffb314ee9e065e886478b8795ae5a6e7dfcd +SIZE (deluge-0.5.0.tar.gz) = 518982 |