diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-04-08 03:37:34 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-04-08 03:37:34 +0800 |
commit | 6d182d08c4a22f2230cd773703fb60b845ba95c7 (patch) | |
tree | e1dd6212271a85dae54bb2f847bda64b660c952f /net | |
parent | 8298dbab2c4e7dd8f5afc445f347d9b9a19ab118 (diff) | |
download | freebsd-ports-gnome-6d182d08c4a22f2230cd773703fb60b845ba95c7.tar.gz freebsd-ports-gnome-6d182d08c4a22f2230cd773703fb60b845ba95c7.tar.zst freebsd-ports-gnome-6d182d08c4a22f2230cd773703fb60b845ba95c7.zip |
Update net/asterisk13 to 13.15.0.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk13/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk13/distinfo | 6 | ||||
-rw-r--r-- | net/asterisk13/files/patch-main__Makefile | 14 |
3 files changed, 6 insertions, 16 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 445e8ddb155a..a230cf12e096 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.14.1 +PORTVERSION= 13.15.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk13/distinfo b/net/asterisk13/distinfo index d93220c2f51d..7379bc70f1dc 100644 --- a/net/asterisk13/distinfo +++ b/net/asterisk13/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1491323117 -SHA256 (asterisk-13.14.1.tar.gz) = 8ff01bad466fc5a96998a327937353fac92cf2eee97fc3f23343218e445a8afc -SIZE (asterisk-13.14.1.tar.gz) = 32787798 +TIMESTAMP = 1491584566 +SHA256 (asterisk-13.15.0.tar.gz) = 8b8a55557d9c882f9b68f61b62f5f8af5c9ad68b6da6a1aa3506fa1894fb5844 +SIZE (asterisk-13.15.0.tar.gz) = 32851716 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk13/files/patch-main__Makefile b/net/asterisk13/files/patch-main__Makefile index 0ee4cae19b9e..d5e55adc1190 100644 --- a/net/asterisk13/files/patch-main__Makefile +++ b/net/asterisk13/files/patch-main__Makefile @@ -1,6 +1,6 @@ ---- main/Makefile.orig 2016-07-21 14:54:02 UTC +--- main/Makefile.orig 2017-03-24 08:40:58 UTC +++ main/Makefile -@@ -79,9 +79,12 @@ endif +@@ -81,9 +81,12 @@ endif ifeq ($(OSARCH),FreeBSD) # -V is understood by BSD Make, not by GNU make. @@ -14,13 +14,3 @@ endif ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) -@@ -351,9 +354,6 @@ else # Darwin - $(INSTALL) -m 755 $(ASTPJ_LIB) "$(DESTDIR)$(ASTLIBDIR)/" - endif - endif --ifneq ($(LDCONFIG),) -- $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" --endif - $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk" - - binuninstall: |