diff options
author | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
commit | d711ae522135f44caeb5efb956064de4c2bdc943 (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /deskutils | |
parent | a0265dd5d775a91ee87b711f0e2373598d77834a (diff) | |
download | freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.gz freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.zst freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.zip |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libstreamanalyzer/Makefile | 2 | ||||
-rw-r--r-- | deskutils/pinot/Makefile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/libstreamanalyzer/Makefile b/deskutils/libstreamanalyzer/Makefile index e8f0f9707f59..5184d8216846 100644 --- a/deskutils/libstreamanalyzer/Makefile +++ b/deskutils/libstreamanalyzer/Makefile @@ -2,7 +2,7 @@ PORTNAME= libstreamanalyzer PORTVERSION= ${STRIGI_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${STRIGI_MASTER_SITES} diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 33041cc2fa83..5ff01389370d 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,9 +3,9 @@ PORTNAME= pinot PORTVERSION= 1.06 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE #MASTER_SITES= http://colinf.chez.com/pinot/ # http://amra.dyndns.org/ @@ -45,11 +45,11 @@ CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ CONFIGURE_ENV= MKDIR_P="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include -USE_XORG= pixman USES= gettext pkgconfig shebangfix -USE_SQLITE= 3 -USE_PYTHON= yes USE_OPENSSL= yes +USE_PYTHON= yes +USE_SQLITE= 3 +USE_XORG= pixman USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters SHEBANG_LANG= bash SHEBANG_FILES= scripts/bash/*.sh |