From a825b3fb32b4f9b447f412b9f371b457a0d6ab2c Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 31 Oct 2016 17:30:53 -0400 Subject: [PATCH] ssmtp: Increase PKG_RELEASE > BB value It's a generally good packaging principle that the packages in a distro release n+1 have a release value that is at least the same if not greater than the value in release n. BB has a PKG_RELEASE of 4 so upping to 5 is a good measure. Signed-off-by: Brian J. Murrell --- mail/ssmtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 064c14bc8..22db52a04 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ssmtp PKG_VERSION:=2.64 -PKG_RELEASE:=3 +PKG_RELEASE:=5 PKG_MAINTAINER:=Dirk Brenken PKG_LICENSE:=GPL-2.0+