Index: head/net/nicotine/Makefile =================================================================== --- head/net/nicotine/Makefile (revision 93281) +++ head/net/nicotine/Makefile (revision 93282) @@ -1,41 +1,40 @@ # New ports collection makefile for: nicotine # Date created: 19 Aug 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= nicotine -PORTVERSION= 1.0.4.1 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 SoulSeek filesharing client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes .include .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR} .endif .include Property changes on: head/net/nicotine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/nicotine/distinfo =================================================================== --- head/net/nicotine/distinfo (revision 93281) +++ head/net/nicotine/distinfo (revision 93282) @@ -1 +1 @@ -MD5 (nicotine-1.0.4.1.tar.bz2) = bc89054d83eb9785e78a59b84ae3dc4e +MD5 (nicotine-1.0.5.tar.bz2) = da2a4d3589d6bc176a1a433304ca90a4 Property changes on: head/net/nicotine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-p2p/nicotine/Makefile =================================================================== --- head/net-p2p/nicotine/Makefile (revision 93281) +++ head/net-p2p/nicotine/Makefile (revision 93282) @@ -1,41 +1,40 @@ # New ports collection makefile for: nicotine # Date created: 19 Aug 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= nicotine -PORTVERSION= 1.0.4.1 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 SoulSeek filesharing client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes .include .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR} .endif .include Property changes on: head/net-p2p/nicotine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-p2p/nicotine/distinfo =================================================================== --- head/net-p2p/nicotine/distinfo (revision 93281) +++ head/net-p2p/nicotine/distinfo (revision 93282) @@ -1 +1 @@ -MD5 (nicotine-1.0.4.1.tar.bz2) = bc89054d83eb9785e78a59b84ae3dc4e +MD5 (nicotine-1.0.5.tar.bz2) = da2a4d3589d6bc176a1a433304ca90a4 Property changes on: head/net-p2p/nicotine/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net-p2p/nicotine-plus/Makefile =================================================================== --- head/net-p2p/nicotine-plus/Makefile (revision 93281) +++ head/net-p2p/nicotine-plus/Makefile (revision 93282) @@ -1,41 +1,40 @@ # New ports collection makefile for: nicotine # Date created: 19 Aug 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= nicotine -PORTVERSION= 1.0.4.1 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://nicotine.thegraveyard.org/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 SoulSeek filesharing client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes .include .if exists(${PYTHON_SITELIBDIR}/ogg/vorbis.so) || defined(WITH_VORBIS) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR} .endif .include Property changes on: head/net-p2p/nicotine-plus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-p2p/nicotine-plus/distinfo =================================================================== --- head/net-p2p/nicotine-plus/distinfo (revision 93281) +++ head/net-p2p/nicotine-plus/distinfo (revision 93282) @@ -1 +1 @@ -MD5 (nicotine-1.0.4.1.tar.bz2) = bc89054d83eb9785e78a59b84ae3dc4e +MD5 (nicotine-1.0.5.tar.bz2) = da2a4d3589d6bc176a1a433304ca90a4 Property changes on: head/net-p2p/nicotine-plus/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property