#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir PROJECT=libical TEST_TYPE=-d FILE=src DIE=0 (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have autoconf installed to compile $PROJECT." echo "Download the appropriate package for your distribution," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" DIE=1 } (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have automake installed to compile $PROJECT." echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz" echo "(or a newer version if it is available)" DIE=1 } if test "$DIE" -eq 1; then exit 1 fi test $TEST_TYPE $FILE || { echo "You must run this script in the top-level $PROJECT directory" exit 1 } if test -z "$*"; then echo "I am going to run ./configure with no arguments - if you wish " echo "to pass any to it, please specify them on the $0 command line." fi case $CC in *xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;; esac if test -z "$ACLOCAL_FLAGS"; then acdir=`aclocal --print-ac-dir` m4list="glib.m4" for file in $m4list do if [ ! -f "$acdir/$file" ]; then echo "WARNING: aclocal's directory is $acdir, but..." echo " no file $acdir/$file" echo " You may see fatal macro warnings below." echo " If these files are installed in /some/dir, set the ACLOCAL_FLAGS " echo " environment variable to \"-I /some/dir\", or install" echo " $acdir/$file." echo "" fi done fi aclocal $ACLOCAL_FLAGS # optionally feature autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader automake -a $am_opt autoconf cd $ORIGDIR $srcdir/configure "$@" echo echo "Now type 'make' to compile $PROJECT." el/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-02-09 06:47:40 +0800
committerstas <stas@FreeBSD.org>2009-02-09 06:47:40 +0800
commitea971ae6071298df02dbd927b9e47fa46819fe03 (patch)
treeac4a4042f04daa2bda23f0efed96d43ce182810e /graphics
parent0b311fe235e09cf9886000dc0e13c9bb36079e71 (diff)
downloadfreebsd-ports-gnome-ea971ae6071298df02dbd927b9e47fa46819fe03.tar.gz
freebsd-ports-gnome-ea971ae6071298df02dbd927b9e47fa46819fe03.tar.zst
freebsd-ports-gnome-ea971ae6071298df02dbd927b9e47fa46819fe03.zip
- Update to 0.10.7.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-exifr/Makefile4
-rw-r--r--graphics/rubygem-exifr/distinfo6
-rw-r--r--graphics/rubygem-exifr/pkg-plist6
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/rubygem-exifr/Makefile b/graphics/rubygem-exifr/Makefile
index 0b1813702b5e..38780882f347 100644
--- a/graphics/rubygem-exifr/Makefile
+++ b/graphics/rubygem-exifr/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
PORTNAME= exifr
-PORTVERSION= 0.10.6
-PORTREVISION= 1
+PORTVERSION= 0.10.7
+PORTREVISION= 0
CATEGORIES= graphics rubygems
MASTER_SITES= RF
diff --git a/graphics/rubygem-exifr/distinfo b/graphics/rubygem-exifr/distinfo
index fade2c7f1655..e4f57413b6fc 100644
--- a/graphics/rubygem-exifr/distinfo
+++ b/graphics/rubygem-exifr/distinfo
@@ -1,3 +1,3 @@
-MD5 (rubygem/exifr-0.10.6.gem) = 6256d24af55812c40dfc9a23329d9cb6
-SHA256 (rubygem/exifr-0.10.6.gem) = b17a708706bb2c40a201ed2bf23264c216fd49e10a745959c0af4c5afeca68a5
-SIZE (rubygem/exifr-0.10.6.gem) = 207872
+MD5 (rubygem/exifr-0.10.7.gem) = 445d38d6d5542f4bc94901f06359ba88
+SHA256 (rubygem/exifr-0.10.7.gem) = 0235f319a8e01ef2761df816f79e1ce80a357d2eb9aa942921d7a0e7cfc72524
+SIZE (rubygem/exifr-0.10.7.gem) = 207872
diff --git a/graphics/rubygem-exifr/pkg-plist b/graphics/rubygem-exifr/pkg-plist
index f0715e43294d..bfcc0a25a234 100644
--- a/graphics/rubygem-exifr/pkg-plist
+++ b/graphics/rubygem-exifr/pkg-plist
@@ -1,7 +1,7 @@
bin/exifr
%%GEM_CACHE%%
%%GEM_LIB_DIR%%/CHANGELOG
-%%GEM_LIB_DIR%%/README
+%%GEM_LIB_DIR%%/README.rdoc
%%GEM_LIB_DIR%%/Rakefile
%%GEM_LIB_DIR%%/bin/exifr
%%GEM_LIB_DIR%%/lib/exifr.rb
@@ -24,8 +24,8 @@ bin/exifr
%%GEM_LIB_DIR%%/tests/data/plain.tif
%%GEM_LIB_DIR%%/tests/data/weird_date.exif
%%GEM_LIB_DIR%%/tests/test_helper.rb
-%%GEM_LIB_DIR%%/tests/test_jpeg.rb
-%%GEM_LIB_DIR%%/tests/test_tiff.rb
+%%GEM_LIB_DIR%%/tests/jpeg_test.rb
+%%GEM_LIB_DIR%%/tests/tiff_test.rb
%%GEM_SPEC%%
@dirrm %%GEM_LIB_DIR%%/bin
@dirrm %%GEM_LIB_DIR%%/lib