diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 05:45:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 05:45:23 +0800 |
commit | 915577c43513fd3e2e36a087dcaa4193482b37a9 (patch) | |
tree | 1b0eda21c5cfdf5cb6161f0f31059e4235a9916f | |
parent | 88b0dce8d3723c82275934386edffc422f30ef96 (diff) | |
download | freebsd-ports-gnome-915577c43513fd3e2e36a087dcaa4193482b37a9.tar.gz freebsd-ports-gnome-915577c43513fd3e2e36a087dcaa4193482b37a9.tar.zst freebsd-ports-gnome-915577c43513fd3e2e36a087dcaa4193482b37a9.zip |
- Update to 0.8.3
PR: 87532
Submitted by: Ports Fury
Approved by: novel (mentor) (implicit)
-rw-r--r-- | audio/sweep/Makefile | 10 | ||||
-rw-r--r-- | audio/sweep/distinfo | 4 | ||||
-rw-r--r-- | audio/sweep/files/patch-configure | 19 | ||||
-rw-r--r-- | audio/sweep/pkg-plist | 1 |
4 files changed, 7 insertions, 27 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 44d37a186571..504e2eccb71a 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sweep -PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTVERSION= 0.8.4 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,13 +18,12 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ vorbis.3:${PORTSDIR}/audio/libvorbis \ speex.3:${PORTSDIR}/audio/speex \ - mad.2:${PORTSDIR}/audio/mad \ - tdb.1:${PORTSDIR}/databases/tdb + mad.2:${PORTSDIR}/audio/mad USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtk12 USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomeprefix gnomehier gnomehack gnometarget gtk12 +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ diff --git a/audio/sweep/distinfo b/audio/sweep/distinfo index 07e3b7df03fd..b17c868a3035 100644 --- a/audio/sweep/distinfo +++ b/audio/sweep/distinfo @@ -1,2 +1,2 @@ -MD5 (sweep-0.8.3.tar.gz) = 2b9ee0529c666f80b362aeefae28b891 -SIZE (sweep-0.8.3.tar.gz) = 1014539 +MD5 (sweep-0.8.4.tar.gz) = ca51425057c040cbce807d1b2c2433d9 +SIZE (sweep-0.8.4.tar.gz) = 1163931 diff --git a/audio/sweep/files/patch-configure b/audio/sweep/files/patch-configure deleted file mode 100644 index 0c0749718d20..000000000000 --- a/audio/sweep/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Fri Apr 30 10:05:34 2004 -+++ configure Fri Apr 30 10:06:30 2004 -@@ -19129,6 +19129,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -19566,7 +19567,7 @@ - done - - --ALL_LINGUAS="de el es_ES fr hu it pl ru en_AU" -+ALL_LINGUAS="de el es_ES fr hu it pl ru" - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index 26d00a400f72..d685cd286676 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -20,6 +20,7 @@ share/gnome/pixmaps/sweep.png share/gnome/sweep/sweep_logo.ppm share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo +share/locale/en_AU/LC_MESSAGES/sweep.mo share/locale/es_ES/LC_MESSAGES/sweep.mo share/locale/fr/LC_MESSAGES/sweep.mo share/locale/hu/LC_MESSAGES/sweep.mo |