diff options
author | lioux <lioux@FreeBSD.org> | 2004-06-24 22:07:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-06-24 22:07:07 +0800 |
commit | 8fa1f7ce4c9ff05d892dcdbb290770bfd76c35de (patch) | |
tree | c23e5621a998c4308ca864ceb7ad7c8fe3110a4d /devel/popt | |
parent | 0a3e1ad0e45d1e340fa9aa2a95e1df8314aa225e (diff) | |
download | freebsd-ports-gnome-8fa1f7ce4c9ff05d892dcdbb290770bfd76c35de.tar.gz freebsd-ports-gnome-8fa1f7ce4c9ff05d892dcdbb290770bfd76c35de.tar.zst freebsd-ports-gnome-8fa1f7ce4c9ff05d892dcdbb290770bfd76c35de.zip |
o Update to 1.7
o Drop maintainership
PR: 67607
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 13 | ||||
-rw-r--r-- | devel/popt/distinfo | 4 | ||||
-rw-r--r-- | devel/popt/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/popt/files/patch-configure | 6 |
4 files changed, 11 insertions, 23 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index aabc7e3dbb4b..8a69bc9e7d86 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -6,21 +6,20 @@ # PORTNAME= popt -PORTVERSION= 1.6.4 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= devel -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A getopt(3) like library with a number of enhancements, from Redhat USE_GETTEXT= yes USE_LIBTOOL_VER= 13 USE_REINPLACE= yes -USE_SIZE= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --program-prefix="" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/popt/distinfo b/devel/popt/distinfo index 7cc4bfb26f86..c8771c49e68e 100644 --- a/devel/popt/distinfo +++ b/devel/popt/distinfo @@ -1,2 +1,2 @@ -MD5 (popt-1.6.4.tar.gz) = 734b375abdcc6bf70541d0bef8147449 -SIZE (popt-1.6.4.tar.gz) = 529791 +MD5 (popt-1.7.tar.gz) = 5988e7aeb0ae4dac8d83561265984cc9 +SIZE (popt-1.7.tar.gz) = 574549 diff --git a/devel/popt/files/patch-aa b/devel/popt/files/patch-aa deleted file mode 100644 index 60f4f6aa8657..000000000000 --- a/devel/popt/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Thu Sep 30 06:12:45 1999 -+++ po/Makefile.in.in Tue May 9 21:18:58 2000 -@@ -18,7 +18,7 @@ - - prefix = @prefix@ - exec_prefix = @exec_prefix@ --datadir = $(prefix)/@DATADIRNAME@ -+datadir = @datadir@ - localedir = $(datadir)/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po diff --git a/devel/popt/files/patch-configure b/devel/popt/files/patch-configure index 708ae4a9fddf..6e0c811bff23 100644 --- a/devel/popt/files/patch-configure +++ b/devel/popt/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jul 10 10:15:37 2002 -+++ configure Wed Jul 10 10:15:59 2002 -@@ -5442,6 +5442,7 @@ +--- configure.orig Sat Aug 31 15:22:20 2002 ++++ configure Sat May 8 11:00:06 2004 +@@ -8327,6 +8327,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |