summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-31 15:17:49 +0000
committertijl <tijl@FreeBSD.org>2014-08-31 15:17:49 +0000
commita6eb849612c86824157936cb8c693fbeb0151d70 (patch)
tree446fd758a054530714b933987e16a2c03140e3d4
parent3ae4f6e2d253dff916c3faec95dd8f858c144173 (diff)
downloadFreeBSD-ports-a6eb849612c86824157936cb8c693fbeb0151d70.zip
FreeBSD-ports-a6eb849612c86824157936cb8c693fbeb0151d70.tar.gz
lang/guile:
- Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
-rw-r--r--audio/beast/Makefile2
-rw-r--r--audio/denemo/Makefile1
-rw-r--r--audio/glame/Makefile2
-rw-r--r--cad/geda-gattrib/Makefile2
-rw-r--r--cad/geda-gschem/Makefile2
-rw-r--r--cad/geda-netlist/Makefile2
-rw-r--r--cad/geda-symcheck/Makefile2
-rw-r--r--cad/geda-utils/Makefile2
-rw-r--r--cad/geda/Makefile2
-rw-r--r--cad/libgeda/Makefile2
-rw-r--r--deskutils/gnotime/Makefile2
-rw-r--r--devel/autogen/Makefile2
-rw-r--r--devel/libmatheval/Makefile2
-rw-r--r--devel/libruin/Makefile2
-rw-r--r--editors/texmacs/Makefile2
-rw-r--r--games/gnome-games/Makefile2
-rw-r--r--games/gnurobots/Makefile2
-rw-r--r--games/trackballs/Makefile2
-rw-r--r--graphics/graphviz/Makefile2
-rw-r--r--irc/bobot++/Makefile1
-rw-r--r--lang/gnustep-guile/Makefile2
-rw-r--r--lang/guile/Makefile15
-rw-r--r--lang/guile/files/patch-Makefile.am11
-rw-r--r--lang/guile/files/patch-Makefile.in11
-rw-r--r--lang/guile/files/patch-config.h.in18
-rw-r--r--lang/guile/pkg-plist14
-rw-r--r--lang/mdk/Makefile1
-rw-r--r--mail/anubis/Makefile2
-rw-r--r--math/drgeo/Makefile2
-rw-r--r--net-im/freetalk/Makefile2
-rw-r--r--net/gnu-dico/Makefile2
-rw-r--r--net/gnu-radius/Makefile2
-rw-r--r--net/serveez/Makefile2
-rw-r--r--print/lilypond-devel/Makefile1
-rw-r--r--print/lilypond/Makefile2
-rw-r--r--science/harminv/Makefile2
-rw-r--r--science/libctl/Makefile2
-rw-r--r--science/meep/Makefile2
-rw-r--r--science/mpb/Makefile2
-rw-r--r--security/crank/Makefile2
-rw-r--r--www/elinks/Makefile2
-rw-r--r--x11/xbindkeys/Makefile1
42 files changed, 52 insertions, 86 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 507e54c..d4db8f3 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -3,7 +3,7 @@
PORTNAME= beast
PORTVERSION= 0.7.8
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/
MASTER_SITE_SUBDIR= v${PORTVERSION:R}
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 75b5276..642c6cc 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= denemo
PORTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GNU
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index 5efcb08..e1602f4 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glame
PORTVERSION= 2.0.1
-PORTREVISION= 24
+PORTREVISION= 25
CATEGORIES= audio gnome
MASTER_SITES= SF
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile
index 5ba6137..34c09bd 100644
--- a/cad/geda-gattrib/Makefile
+++ b/cad/geda-gattrib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gattrib
PORTVERSION= 1.4.3
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile
index de2d455..d2b19a7 100644
--- a/cad/geda-gschem/Makefile
+++ b/cad/geda-gschem/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gschem
PORTVERSION= 1.4.3
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile
index ab58e53..138d2b1 100644
--- a/cad/geda-netlist/Makefile
+++ b/cad/geda-netlist/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netlist
PORTVERSION= 1.4.3
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile
index dc0e45d..046d39e 100644
--- a/cad/geda-symcheck/Makefile
+++ b/cad/geda-symcheck/Makefile
@@ -3,7 +3,7 @@
PORTNAME= symcheck
PORTVERSION= 1.4.3
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index 59e919d..6e4d4cf 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= utils
PORTVERSION= 1.4.3
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index ee03b29..19f8f72 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -3,7 +3,7 @@
PORTNAME= geda
PORTVERSION= 1.8.2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 52540df..a57fa54 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgeda
PORTVERSION= 1.4.3
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 49f58a7..4c40952 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnotime
PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
SF/qof/qof/${QOF_VERSION}:qof
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 935c581..0455b08 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -3,7 +3,7 @@
PORTNAME= autogen
PORTVERSION= 5.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION}
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 4aaec48c..cc05b27 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libmatheval
PORTVERSION= 1.1.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile
index 66c0f99..ffc0a25 100644
--- a/devel/libruin/Makefile
+++ b/devel/libruin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libruin
PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel scheme
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index 0320fab..ce70a83 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= texmacs
PORTVERSION= 1.0.7.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors print
MASTER_SITES= ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \
http://www.predatorlabs.net/dl/
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index e653c34..50e1d6f 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnome-games
PORTVERSION= 2.32.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile
index d84b383..2c4ac64 100644
--- a/games/gnurobots/Makefile
+++ b/games/gnurobots/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnurobots
PORTVERSION= 1.2.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= GNU \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index 1042c9d..cbad97e 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= trackballs
PORTVERSION= 1.1.4
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= games
MASTER_SITES= SF \
SF/${PORTNAME}/music/1.4/:music
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index ec91e02..46240cd 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= graphviz
PORTVERSION= 2.38.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics tk
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 907f73a..54801c8 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bobotpp
PORTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= SAVANNAH
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 37bc4fc..a85cfa4 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -3,7 +3,7 @@
PORTNAME= guile
PORTVERSION= 1.1.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= lang gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 12acf34..6f38504 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -4,7 +4,7 @@
PORTNAME= guile
PORTVERSION= 1.8.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
@@ -18,13 +18,13 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFLICTS_INSTALL= guile2-[0-9]*
-USE_AUTOTOOLS= autoconf libltdl
-USES= gmake makeinfo ncurses
-GNU_CONFIGURE= yes
+USES= gmake libtool makeinfo ncurses pathfix
+USE_AUTOTOOLS= autoheader libltdl
USE_LDCONFIG= yes
-LDFLAGS+= -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include
+GNU_CONFIGURE= yes
CFLAGS+= -fwrapv
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
PLIST_SUB= GUILE_VER=${PORTVERSION:R}
@@ -48,6 +48,7 @@ post-extract:
post-patch:
@cd ${WRKSRC} ; \
${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
- @${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.68|${AUTOCONF_VERSION}|g' ${WRKSRC}/aclocal.m4
+ @${TOUCH} ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff --git a/lang/guile/files/patch-Makefile.am b/lang/guile/files/patch-Makefile.am
deleted file mode 100644
index d51d1d8..0000000
--- a/lang/guile/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig 2008-12-08 10:42:52.000000000 -0700
-+++ Makefile.am 2009-02-22 15:46:17.000000000 -0700
-@@ -40,7 +40,7 @@
-
- DISTCLEANFILES = check-guile.log
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = guile-1.8.pc
-
- # Makefile.am ends here
diff --git a/lang/guile/files/patch-Makefile.in b/lang/guile/files/patch-Makefile.in
deleted file mode 100644
index c0732ba..0000000
--- a/lang/guile/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2008-07-09 15:28:14.000000000 +0800
-+++ Makefile.in 2008-07-09 15:29:13.000000000 +0800
-@@ -318,7 +318,7 @@
- TESTS = check-guile
- ACLOCAL_AMFLAGS = -I guile-config
- DISTCLEANFILES = check-guile.log
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = guile-1.8.pc
- all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
diff --git a/lang/guile/files/patch-config.h.in b/lang/guile/files/patch-config.h.in
deleted file mode 100644
index 13db93f..0000000
--- a/lang/guile/files/patch-config.h.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- config.h.in 2008-02-16 16:12:15.000000000 -0600
-+++ config.h.in 2008-02-27 10:33:27.327021569 -0600
-@@ -432,9 +432,15 @@
- /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
- #undef HAVE_PTHREAD_GET_STACKADDR_NP
-
-+/* Define to 1 if you have the `pthread_attr_get_np' function. */
-+#undef HAVE_PTHREAD_ATTR_GET_NP
-+
- /* Define to 1 if you have the <pthread.h> header file. */
- #undef HAVE_PTHREAD_H
-
-+/* Define to 1 if you have the <pthread_np.h> header file. */
-+#undef HAVE_PTHREAD_NP_H
-+
- /* Define to 1 if you have the `pthread_sigmask' function. */
- #undef HAVE_PTHREAD_SIGMASK
-
diff --git a/lang/guile/pkg-plist b/lang/guile/pkg-plist
index 35491a8..9115e06 100644
--- a/lang/guile/pkg-plist
+++ b/lang/guile/pkg-plist
@@ -111,29 +111,29 @@ include/libguile/version.h
include/libguile/vports.h
include/libguile/weaks.h
lib/libguile-srfi-srfi-1-v-3.a
-lib/libguile-srfi-srfi-1-v-3.la
lib/libguile-srfi-srfi-1-v-3.so
lib/libguile-srfi-srfi-1-v-3.so.3
+lib/libguile-srfi-srfi-1-v-3.so.3.0.2
lib/libguile-srfi-srfi-13-14-v-3.a
-lib/libguile-srfi-srfi-13-14-v-3.la
lib/libguile-srfi-srfi-13-14-v-3.so
lib/libguile-srfi-srfi-13-14-v-3.so.3
+lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
lib/libguile-srfi-srfi-4-v-3.a
-lib/libguile-srfi-srfi-4-v-3.la
lib/libguile-srfi-srfi-4-v-3.so
lib/libguile-srfi-srfi-4-v-3.so.3
+lib/libguile-srfi-srfi-4-v-3.so.3.0.1
lib/libguile-srfi-srfi-60-v-2.a
-lib/libguile-srfi-srfi-60-v-2.la
lib/libguile-srfi-srfi-60-v-2.so
lib/libguile-srfi-srfi-60-v-2.so.2
+lib/libguile-srfi-srfi-60-v-2.so.2.0.2
lib/libguile.a
-lib/libguile.la
lib/libguile.so
-lib/libguile.so.21
+lib/libguile.so.17
+lib/libguile.so.17.4.0
lib/libguilereadline-v-17.a
-lib/libguilereadline-v-17.la
lib/libguilereadline-v-17.so
lib/libguilereadline-v-17.so.17
+lib/libguilereadline-v-17.so.17.0.3
libdata/pkgconfig/guile-1.8.pc
man/man1/guile.1.gz
share/aclocal/guile.m4
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index 8e837f5..2b0dc53 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mdk
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= lang gnome
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index 772675a..69509ec 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anubis
PORTVERSION= 4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= GNU
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
index a9d6eab..ca8bcbb 100644
--- a/math/drgeo/Makefile
+++ b/math/drgeo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= drgeo
PORTVERSION= 1.1.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= math
MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION}
diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile
index 4017ea2..4a2c30e 100644
--- a/net-im/freetalk/Makefile
+++ b/net-im/freetalk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freetalk
PORTVERSION= 3.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= SAVANNAH/freetalk \
http://itdev.spb.ru/mirror/
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile
index f7e416c..37274c0 100644
--- a/net/gnu-dico/Makefile
+++ b/net/gnu-dico/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dico
PORTVERSION= 2.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index 6ad0f27b..96c6262 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnu-radius
PORTVERSION= 1.6.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= radius
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index b028afb..88851cb 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -3,7 +3,7 @@
PORTNAME= serveez
PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= GNU
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 9c36cd4..3b98b0c 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lilypond
PORTVERSION= 2.19.11
+PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
PKGNAMESUFFIX= -devel
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index fae2b8d..f80b3b0 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lilypond
PORTVERSION= 2.18.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
diff --git a/science/harminv/Makefile b/science/harminv/Makefile
index 7ed48ab..1ec5e4e 100644
--- a/science/harminv/Makefile
+++ b/science/harminv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= harminv
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/harminv/
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 7f372cd..4253a3f 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libctl
PORTVERSION= 3.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science math
MASTER_SITES= http://ab-initio.mit.edu/libctl/
diff --git a/science/meep/Makefile b/science/meep/Makefile
index 476e889..8c6599b 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meep
PORTVERSION= 1.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/meep/
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index 8bd0f0c..3bdbc68 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpb
PORTVERSION= 1.4.2
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/mpb/
diff --git a/security/crank/Makefile b/security/crank/Makefile
index b44f804..60e179f 100644
--- a/security/crank/Makefile
+++ b/security/crank/Makefile
@@ -3,7 +3,7 @@
PORTNAME= crank
PORTVERSION= 0.2.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= SF
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index f30e16c..2502bbb 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elinks
DISTVERSION= 0.11.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 41f5a72..cb597f6 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xbindkeys
PORTVERSION= 1.8.6
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.nongnu.org/xbindkeys/
OpenPOWER on IntegriCloud