- Add mirrors to all my berlios-hosted ports

Prompted by:	pointyhat via kris, fenner's survey
This commit is contained in:
Andrew Pantyukhin 2007-04-21 09:11:10 +00:00
parent ed2d4d20df
commit ff15a3aab3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190528
7 changed files with 10 additions and 11 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= weatherget
PORTVERSION= 0.3.2
CATEGORIES= astro
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Command-line weather reporting tool

View file

@ -8,7 +8,7 @@
PORTNAME= griffith
PORTVERSION= 0.9.2
CATEGORIES= deskutils
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A film collection manager

View file

@ -8,7 +8,7 @@
PORTNAME= qrfcview
PORTVERSION= 0.62
CATEGORIES= deskutils
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org

View file

@ -8,7 +8,7 @@
PORTNAME= tel
PORTVERSION= 0.1.7
CATEGORIES= deskutils
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Little console-based phone book manager

View file

@ -8,7 +8,7 @@
PORTNAME= mirage
PORTVERSION= 0.8.3
CATEGORIES= graphics
MASTER_SITES= BERLIOS/mirageiv
MASTER_SITES= CENKES BERLIOS/mirageiv
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Fast and simple image viewer

View file

@ -8,7 +8,7 @@
PORTNAME= unpaper
DISTVERSION= 0_2
CATEGORIES= graphics
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org

View file

@ -8,17 +8,16 @@
PORTNAME= parano
PORTVERSION= 0.3.4
CATEGORIES= security
MASTER_SITES= BERLIOS
MASTER_SITES= CENKES BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Gnome program to deal with hashfiles
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS+= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
@ -26,6 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
@${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
.include <bsd.port.mk>