diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-09 12:37:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-02-09 12:38:09 +0000 |
commit | 9e5dd61600d687fa3525d6084874883629b5fb25 (patch) | |
tree | ff1ba62cb68dec5e501d6d416fb395cc16ab2dea /community | |
parent | c78947b324c68dd1f194880e5b2a19963cbc25fe (diff) | |
download | aports-9e5dd61600d687fa3525d6084874883629b5fb25.tar.bz2 aports-9e5dd61600d687fa3525d6084874883629b5fb25.tar.xz |
community/smstools: upgrade to 3.1.16
Diffstat (limited to 'community')
-rw-r--r-- | community/smstools/APKBUILD | 14 | ||||
-rw-r--r-- | community/smstools/makefile.patch | 42 |
2 files changed, 5 insertions, 51 deletions
diff --git a/community/smstools/APKBUILD b/community/smstools/APKBUILD index 854ff3a276..ff05835aac 100644 --- a/community/smstools/APKBUILD +++ b/community/smstools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=smstools -pkgver=3.1.15 -pkgrel=9 +pkgver=3.1.16 +pkgrel=0 _realname="${pkgname}${pkgver%\.[0-9]*\.[0-9]*}" pkgdesc="SMS Gateway software which can send and receive short messages through GSM modems and mobile phones" url="http://smstools3.kekekasvi.com/" @@ -15,7 +15,6 @@ subpackages= pkgusers="smsd" pkggroups="smsd" source="http://smstools3.kekekasvi.com/packages/${_realname}-$pkgver.tar.gz - makefile.patch $pkgname.initd $pkgname.conf $pkgname.logrotate" @@ -72,18 +71,15 @@ package() { chown -R smsd:smsd $pkgdir/var/log/smsd || return 1 } -md5sums="0241ef60e646fac1a06254a848e61ed7 smstools3-3.1.15.tar.gz -f4ab5a570e8006d85de48b7080091ea6 makefile.patch +md5sums="46c291cf82b0ad0a6d6a1842d33ecfab smstools3-3.1.16.tar.gz 643197999fd06c0b481a3b55fed750e6 smstools.initd 6582c2d7961b5fd888f018b7287e401b smstools.conf b6f3db0e9fbd38058c2effc43c54abb9 smstools.logrotate" -sha256sums="ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59 smstools3-3.1.15.tar.gz -aa37e42c94dedbea41060881e0133500c965dafb6911b26e5ba659ea7de9490f makefile.patch +sha256sums="f79e501c3640ffeef360f75e3146ab423a30f50304e8e27044ccdaf692276799 smstools3-3.1.16.tar.gz f59346f202f8dfecf527fd35e24c140002ca00fd6245c4894e3e068c1a02d099 smstools.initd fbf2f111d9ab8b3f0ede02fc426c0056a5ac6554972b948e011bb1f08fedd299 smstools.conf f1c046c4b35c35777453cbaca32a982ed8511bf7d50a5190b9f57109e94c26e4 smstools.logrotate" -sha512sums="6a4cc852327fac27b00fc58def4bbc8caa395552586fe1b84f0f4a9f7f6b00008943b85c86de0821036629c58cf04840a189d711b4ac96f7ddaafd6b340b11fa smstools3-3.1.15.tar.gz -fee73681f570052855e868aebe264c9d068596690667156f2068be99c69c2cf1edf670e9a5c2520d3e3e2b6d1efccb77289215642fd99e2357b4a1682b14bc47 makefile.patch +sha512sums="3cb39393f511eed49266c88f69bee60c0eb623340ddf0a1f8a4de7f47653ca3a03f3410f65135705d6c75301b57d0ba4bac1d301ed0c42972e3325aa90d5d06b smstools3-3.1.16.tar.gz 4e101ba553bdf4898b17e82a35a546b1ed64c215850b5c78da9ae68009fad84a3c53dd7f5825b05fe40e93c3ab3ed12a9baf47da91025f1e383a33431ee7c14e smstools.initd cf2a6d605f49df10d172bc412983312d37b315e42bdb82b2ce27eda4aaaec8526a6548db293457f48aa70b8d911a4169c77682f68850bef4c084b27ca478db9d smstools.conf 668eed2143c1f08fe1deb27a20496317c77160f3278d68fbc54ac8008c5d266c0a2dc39551fd1ced92706bfffc0bc5ee7581e452670e3bff92837e598b98b10e smstools.logrotate" diff --git a/community/smstools/makefile.patch b/community/smstools/makefile.patch deleted file mode 100644 index 459e5d64a8..0000000000 --- a/community/smstools/makefile.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -7,7 +7,7 @@ - VERSION=$(shell grep package_version src/version.h | cut -f2) - - compile: -- cd src && $(MAKE) -$(MAKEFLAGS) -+ cd src && $(MAKE) - - install: compile - ./install.sh $(BINDIR) -@@ -16,7 +16,7 @@ - ./uninstall.sh $(BINDIR) - - clean: -- cd src && $(MAKE) -$(MAKEFLAGS) clean -+ cd src && $(MAKE) clean - - package: compile clean - ./package.sh ---- ./src/Makefile.orig -+++ ./src/Makefile -@@ -37,15 +37,15 @@ - # Use the following only on GNU/Linux and only if you need ps listing like "smsd: MAINPROCESS" and "smsd: GSM1" - # CFLAGS += -D USE_LINUX_PS_TRICK - --all: smsd -- --smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o -- - ifneq (,$(findstring SOLARIS,$(CFLAGS))) - ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) - override LFLAGS += -lsocket -lnsl - endif - endif -+ -+all: smsd -+ -+smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o - - ifneq (,$(findstring NOSTATS,$(CFLAGS))) - $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) |