summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2013-10-02 16:16:21 +0000
committervg <vg@FreeBSD.org>2013-10-02 16:16:21 +0000
commit72eb72d5473892b70fb2e548af2ec6ded94b9882 (patch)
tree30d6c9976227d73ddaab0cfeb5d5dfbf6604f4d3
parent7f38c4c321de17f91c9bce1f18000de63d2bd75f (diff)
downloadFreeBSD-ports-72eb72d5473892b70fb2e548af2ec6ded94b9882.zip
FreeBSD-ports-72eb72d5473892b70fb2e548af2ec6ded94b9882.tar.gz
- Changed tabs to spaces in pkg-descr
- Changed MASTER_SITES Approved by: eadler (mentor)
-rw-r--r--benchmarks/nosqlbench/Makefile2
-rw-r--r--deskutils/conkyemail/Makefile3
-rw-r--r--deskutils/conkyemail/pkg-descr4
-rw-r--r--deskutils/conkyforecast/Makefile2
-rw-r--r--deskutils/conkyforecast/pkg-descr4
-rw-r--r--devel/lockfree-malloc/Makefile3
-rw-r--r--devel/lockfree-malloc/pkg-descr2
-rw-r--r--security/retranslator/Makefile4
-rw-r--r--security/retranslator/pkg-descr2
-rw-r--r--sysutils/dmg2img/Makefile4
-rw-r--r--sysutils/dmg2img/pkg-descr2
-rw-r--r--textproc/confetti/Makefile2
-rw-r--r--x11-fonts/font-gost/Makefile5
-rw-r--r--x11-fonts/font-gost/distinfo4
-rw-r--r--x11-fonts/font-gost/pkg-descr2
-rw-r--r--x11/xwinwrap/Makefile4
-rw-r--r--x11/xwinwrap/pkg-descr2
17 files changed, 24 insertions, 27 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile
index c3aec72..04be560 100644
--- a/benchmarks/nosqlbench/Makefile
+++ b/benchmarks/nosqlbench/Makefile
@@ -4,7 +4,7 @@
PORTNAME= nosqlbench
PORTVERSION= 0.0.${DATE}
CATEGORIES= benchmarks databases
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES= LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= Micro-benchmarking NoSQL storage
diff --git a/deskutils/conkyemail/Makefile b/deskutils/conkyemail/Makefile
index 7a16fa1..71137f7 100644
--- a/deskutils/conkyemail/Makefile
+++ b/deskutils/conkyemail/Makefile
@@ -4,7 +4,8 @@
PORTNAME= conkyemail
PORTVERSION= 2.07
CATEGORIES= deskutils
-MASTER_SITES= http://launchpadlibrarian.net/28462213/
+MASTER_SITES= http://launchpadlibrarian.net/28462213/ \
+ LOCAL/vg
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
diff --git a/deskutils/conkyemail/pkg-descr b/deskutils/conkyemail/pkg-descr
index 1496c62d..d3050fd 100644
--- a/deskutils/conkyemail/pkg-descr
+++ b/deskutils/conkyemail/pkg-descr
@@ -1,4 +1,4 @@
conkyemail Email inbox count script with ssl capabilities, for use in Conky
-WWW: https://launchpad.net/~conkyhardcore
-WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail
+WWW: https://launchpad.net/~conkyhardcore
+WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail
diff --git a/deskutils/conkyforecast/Makefile b/deskutils/conkyforecast/Makefile
index f1e1618..a4bef49 100644
--- a/deskutils/conkyforecast/Makefile
+++ b/deskutils/conkyforecast/Makefile
@@ -5,7 +5,7 @@ PORTNAME= conkyforecast
PORTVERSION= 2.20
CATEGORIES= deskutils
MASTER_SITES= https://launchpadlibrarian.net/70673352/ \
- http://fbsd.zlonet.ru/distfiles/
+ LOCAL/vg
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
diff --git a/deskutils/conkyforecast/pkg-descr b/deskutils/conkyforecast/pkg-descr
index 0dff012..8d8e469 100644
--- a/deskutils/conkyforecast/pkg-descr
+++ b/deskutils/conkyforecast/pkg-descr
@@ -2,5 +2,5 @@ conkyForecast is a python script created to provide weather forecast
information to be displayed in Conky. It uses the Weather.com XOAP
service to retrieve data for all over the world.
-WWW: https://launchpad.net/~conkyhardcore
-WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast
+WWW: https://launchpad.net/~conkyhardcore
+WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast
diff --git a/devel/lockfree-malloc/Makefile b/devel/lockfree-malloc/Makefile
index 8db84df..e17f4d8 100644
--- a/devel/lockfree-malloc/Makefile
+++ b/devel/lockfree-malloc/Makefile
@@ -4,7 +4,7 @@
PORTNAME= lockfree-malloc
PORTVERSION= 0.0.${DATE}
CATEGORIES= devel
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES= LOCAL/vg
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Scalable drop-in replacement for malloc/free
@@ -15,6 +15,7 @@ DATE= 20120802
ONLY_FOR_ARCHS= amd64
USE_LDCONFIG= yes
USE_BZIP2= yes
+USE_GCC= yes
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS
diff --git a/devel/lockfree-malloc/pkg-descr b/devel/lockfree-malloc/pkg-descr
index 74cf578..5157187 100644
--- a/devel/lockfree-malloc/pkg-descr
+++ b/devel/lockfree-malloc/pkg-descr
@@ -12,4 +12,4 @@ lockfree-malloc is a scalable drop-in replacement for malloc/free.
clean C++. (!)
* It fully stand-alone; it does not rely on pthreads or libc at runtime.
-WWW: https://github.com/Begun/lockfree-malloc
+WWW: https://github.com/Begun/lockfree-malloc
diff --git a/security/retranslator/Makefile b/security/retranslator/Makefile
index d0e005c..baa317d 100644
--- a/security/retranslator/Makefile
+++ b/security/retranslator/Makefile
@@ -5,7 +5,7 @@ PORTNAME= retranslator
PORTVERSION= 5.0.0
CATEGORIES= security
MASTER_SITES= http://utils.kaspersky.com/updater/retranslator_5.0.0.7/FreeBSD_6.3/ \
- http://fbsd.zlonet.ru/distfiles/
+ LOCAL/vg
DISTNAME= ${PORTNAME}-${PORTVERSION}-7
MAINTAINER= vg@FreeBSD.org
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}
-LIB_DEPENDS+= m.4:${PORTSDIR}/misc/compat6x
+LIB_DEPENDS+= m:${PORTSDIR}/misc/compat6x
NO_STAGE= yes
do-configure:
diff --git a/security/retranslator/pkg-descr b/security/retranslator/pkg-descr
index 3eada18..d3ea936 100644
--- a/security/retranslator/pkg-descr
+++ b/security/retranslator/pkg-descr
@@ -7,4 +7,4 @@ a home PC. The utility has a function for saving downloaded updates
and autopatches in a local folder, a network folder connected as a
disc to the computer file system, or onto a flash-carrier.
-WWW: http://support.kaspersky.com/updater?level=2
+WWW: http://support.kaspersky.com/updater?level=2
diff --git a/sysutils/dmg2img/Makefile b/sysutils/dmg2img/Makefile
index 94c336b..98c4f55 100644
--- a/sysutils/dmg2img/Makefile
+++ b/sysutils/dmg2img/Makefile
@@ -4,9 +4,7 @@
PORTNAME= dmg2img
PORTVERSION= 1.6.2
CATEGORIES= sysutils
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
- http://tourservice.kz/zloidemon/distfiles/ \
- http://z-up.ru/zloidemon/distfiles/
+MASTER_SITES= LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= DMG2IMG convert tool
diff --git a/sysutils/dmg2img/pkg-descr b/sysutils/dmg2img/pkg-descr
index f2d2040..bdfe661 100644
--- a/sysutils/dmg2img/pkg-descr
+++ b/sysutils/dmg2img/pkg-descr
@@ -1,4 +1,4 @@
DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file
convert tool. It is derived from dmg2iso v0.2c by vu1tur.
-WWW: http://vu1tur.eu.org/tools/
+WWW: http://vu1tur.eu.org/tools/
diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile
index 3703e6a..8903b1c 100644
--- a/textproc/confetti/Makefile
+++ b/textproc/confetti/Makefile
@@ -4,7 +4,7 @@
PORTNAME= confetti
PORTVERSION= 0.0.${DATE}
CATEGORIES= textproc
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES= LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= Configuration file parser generator
diff --git a/x11-fonts/font-gost/Makefile b/x11-fonts/font-gost/Makefile
index 69471a9..8a72d82 100644
--- a/x11-fonts/font-gost/Makefile
+++ b/x11-fonts/font-gost/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= gost
-PORTVERSION= 0.1
-PORTREVISION= 1
+PORTVERSION= 0.2
CATEGORIES= x11-fonts
MASTER_SITES= http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/ \
- http://fbsd.zlonet.ru/distfiles/
+ LOCAL/vg
PKGNAMEPREFIX= font-
DISTNAME= TTF_FON
diff --git a/x11-fonts/font-gost/distinfo b/x11-fonts/font-gost/distinfo
index 8fa24a4..e551d59 100644
--- a/x11-fonts/font-gost/distinfo
+++ b/x11-fonts/font-gost/distinfo
@@ -1,2 +1,2 @@
-SHA256 (TTF_FON.zip) = 8e962c979d6737db69afa56aa8389cbfa1b015b6be1d0a1a82032fb0b4b6c855
-SIZE (TTF_FON.zip) = 225484
+SHA256 (TTF_FON.zip) = 81136cb25fb5990e7c6571e445246406aa75aaa5907433852247c66fa2a52a99
+SIZE (TTF_FON.zip) = 226111
diff --git a/x11-fonts/font-gost/pkg-descr b/x11-fonts/font-gost/pkg-descr
index 4a6fb4d..e7effd1 100644
--- a/x11-fonts/font-gost/pkg-descr
+++ b/x11-fonts/font-gost/pkg-descr
@@ -3,4 +3,4 @@ Pay attention to copyright issues before
any commercial use this fonts.
Copyright (c) 1996-2010. ASCON. All Rights Reserved.
-WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/
+WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/
diff --git a/x11/xwinwrap/Makefile b/x11/xwinwrap/Makefile
index d48000b..cf31d3a 100644
--- a/x11/xwinwrap/Makefile
+++ b/x11/xwinwrap/Makefile
@@ -5,9 +5,7 @@ PORTNAME= xwinwrap
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= x11
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
- http://tourservice.kz/zloidemon/distfiles/ \
- http://z-up.ru/zloidemon/distfiles/
+MASTER_SITES= LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= XWinWrap replace a desktop background with a movie or screensaver
diff --git a/x11/xwinwrap/pkg-descr b/x11/xwinwrap/pkg-descr
index 2d2df72..580e229 100644
--- a/x11/xwinwrap/pkg-descr
+++ b/x11/xwinwrap/pkg-descr
@@ -3,4 +3,4 @@ stick most of the apps to your desktop background. What this meant was you
could use an animated screensaver (like glmatrix, electric sheep, etc) or
even a movie, and use it as your wallpaper.
-WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
+WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
OpenPOWER on IntegriCloud