SF.net SVN: gar:[26130] csw/mgar/pkg/autoconf-archive/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Apr 4 11:27:03 CEST 2017
Revision: 26130
http://sourceforge.net/p/gar/code/26130
Author: dmichelsen
Date: 2017-04-04 09:27:03 +0000 (Tue, 04 Apr 2017)
Log Message:
-----------
autoconf-archive/trunk: Update to 2017.03.21 and general rework
Modified Paths:
--------------
csw/mgar/pkg/autoconf-archive/trunk/Makefile
csw/mgar/pkg/autoconf-archive/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/autoconf-archive/trunk/Makefile
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-02 12:10:40 UTC (rev 26129)
+++ csw/mgar/pkg/autoconf-archive/trunk/Makefile 2017-04-04 09:27:03 UTC (rev 26130)
@@ -2,12 +2,8 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = autoconf-archive
-VERSION = 2013.11.01
-GARTYPE = v2
-ARCHALL = 1
+VERSION = 2017.03.21
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-
DESCRIPTION = Collection of macros for GNU Autoconf
define BLURB
The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet.
@@ -14,31 +10,22 @@
endef
MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(DISTNAME).tar.xz
-DISTFILES += changelog.CSW
+DISTFILES += $(DISTNAME).tar.xz
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-# does not work for your package
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.xz
+PACKAGES += CSWautoconf-archive
+SPKG_DESC_CSWautoconf-archive = Collection of macros for GNU Autoconf
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWautoconf-archive = CSWautoconf
+ARCHALL:CSWautoconf-archive = 1
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
-CHECKPKG_OVERRIDES_CSWautoconf-archive += file-with-bad-content|
CHECKPKG_OVERRIDES_CSWautoconf-archive += surplus-dependency|CSWautoconf
-RUNTIME_DEP_PKGS = CSWautoconf
-
-CONFIGURE_ARGS = $(DIRPATHS)
-
include gar/category.mk
-post-merge:
- if [ -d $(PKGROOT)$(datadir)/autoconf-archive ] ; then \
- [ -d $(PKGROOT)$(docdir)/autoconf_archive/ ] || mkdir -p $(PKGROOT)$(docdir)/autoconf_archive ; \
- mv $(PKGROOT)$(datadir)/autoconf-archive/* $(PKGROOT)$(docdir)/autoconf_archive/ ; \
- rmdir $(PKGROOT)$(datadir)/autoconf-archive ; \
+post-install:
+ if [ -d $(DESTDIR)$(datadir)/autoconf-archive ] ; then \
+ [ -d $(DESTDIR)$(docdir)/autoconf_archive/ ] || mkdir -p $(DESTDIR)$(docdir)/autoconf_archive ; \
+ mv $(DESTDIR)$(datadir)/autoconf-archive/* $(DESTDIR)$(docdir)/autoconf_archive/ ; \
+ rmdir $(DESTDIR)$(datadir)/autoconf-archive ; \
fi
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/autoconf-archive/trunk/checksums
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/checksums 2017-04-02 12:10:40 UTC (rev 26129)
+++ csw/mgar/pkg/autoconf-archive/trunk/checksums 2017-04-04 09:27:03 UTC (rev 26130)
@@ -1 +1 @@
-f01381c7d3570cf3fcf65093989e0d29 autoconf-archive-2013.11.01.tar.xz
+39549f8b3f34d2c910c92e58912e1a64 autoconf-archive-2017.03.21.tar.xz
Deleted: csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW 2017-04-02 12:10:40 UTC (rev 26129)
+++ csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW 2017-04-04 09:27:03 UTC (rev 26130)
@@ -1,12 +0,0 @@
-autoconf-archive (2013.11.01,REV=2013.11.12)
-
- * Updated to 2013.11.01.
-
- -- Rafael Ostertag <raos at opencsw.org> Tue, 12 Nov 2013 20:26:12 +0100
-
-
-autoconf-archive (2012.09.08,REV=2012.10.07)
-
- * Initial release.
-
- -- Rafael Ostertag <raos at opencsw.org> Sun, 07 Oct 2012 19:19:59 +0200
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list